Html Css Color HEX #D04B48 Valencia

📋 copy color: '#D04B48'

red 208 ◦ green 75 ◦ blue 72

#D04B48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D04B48

Tints of Valencia #D04B48

RGB

 RED value IS 208 (81.64% from 255) = 58.59%

 GREEN value IS 75 (29.69% from 255) = 21.13%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 58.59%
G = 21.13%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D04B48 (or 0xD04B48) is known color: Valencia. HEX triplet: D0, 4B and 48. RGB value is (208,75,72). Sum of RGB (Red+Green+Blue) = 208+75+72=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B48 is #2FB4B7. Grayscale: #727272. Windows color (decimal): -3126456 or 4738000. OLE color: 4738000.

HSL color Cylindrical-coordinate representation of color #D04B48: hue angle of 1.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04B48 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 75 72 -
CMYK 0 0.64 0.65 0.18
HSL 1.32º 0.59% 0.55% -
HSV(B) 1.32º 0.65% 0.82% -
XYZ 29.7 18.91 8.22 -
YUV 114.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 208 75 72 0 0.64 0.65 0.18 1.32 0.59 0.55
Hex D0 4B 48 0 40 41 12 1 3B 37
Octal 320 113 110 0 100 101 22 1 73 67
Binary 11010000 1001011 1001000 0 1000000 1000001 10010 1 111011 110111

Color Harmonies of #D04B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B48

Black with #D04B48

Text Example


Text Example

White with #D04B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B48; }

 p { color: rgb(208,75,72); }

 H1.HeaderClassName
 {
   color: #D04B48;
 }
 .AnyTagClassName
 {
   color: #D04B48;
 }
</style>

background-color css

<style>
 a { background-color: #D04B48; }

 a { background-color: rgb(208,75,72); }

 div.DivClassName
 {
   background-color: #D04B48;
 }
 .BgClassName
 {
   background-color: #D04B48;
 }
</style>

border-color css

<style>
 span { border-color: #D04B48; }

 span { border-color: rgb(208,75,72); }

 td.TdClassName
 {
   border-color: #D04B48;
 }
 .TagClassName
 {
   border-color: #D04B48;
 }
</style>