Html Css Color HEX #D04C42 Valencia

📋 copy color: '#D04C42'

red 208 ◦ green 76 ◦ blue 66

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

Shades of Valencia #D04C42

Tints of Valencia #D04C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 59.43%
G = 21.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D04C42 (or 0xD04C42) is known color: Valencia. HEX triplet: D0, 4C and 42. RGB value is (208,76,66). Sum of RGB (Red+Green+Blue) = 208+76+66=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C42 is #2FB3BD. Grayscale: #727272. Windows color (decimal): -3126206 or 4345040. OLE color: 4345040.

HSL color Cylindrical-coordinate representation of color #D04C42: hue angle of 4.23º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04C42 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 66 -
CMYK 0 0.63 0.68 0.18
HSL 4.23º 0.6% 0.54% -
HSV(B) 4.23º 0.68% 0.82% -
XYZ 29.58 18.97 7.26 -
YUV 114.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 208 76 66 0 0.63 0.68 0.18 4.23 0.6 0.54
Hex D0 4C 42 0 3F 44 12 4 3C 36
Octal 320 114 102 0 77 104 22 4 74 66
Binary 11010000 1001100 1000010 0 111111 1000100 10010 100 111100 110110

Color Harmonies of #D04C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C42

Black with #D04C42

Text Example


Text Example

White with #D04C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C42; }

 p { color: rgb(208,76,66); }

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

background-color css

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

 a { background-color: rgb(208,76,66); }

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

border-color css

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

 span { border-color: rgb(208,76,66); }

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