Html Css Color HEX #D04C44 Valencia

📋 copy color: '#D04C44'

red 208 ◦ green 76 ◦ blue 68

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

Shades of Valencia #D04C44

Tints of Valencia #D04C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 59.09%
G = 21.59%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04C44 (or 0xD04C44) is known color: Valencia. HEX triplet: D0, 4C and 44. RGB value is (208,76,68). Sum of RGB (Red+Green+Blue) = 208+76+68=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C44 is #2FB3BB. Grayscale: #727272. Windows color (decimal): -3126204 or 4476112. OLE color: 4476112.

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

Color convert

RGB 208 76 68 -
CMYK 0 0.63 0.67 0.18
HSL 3.43º 0.6% 0.54% -
HSV(B) 3.43º 0.67% 0.82% -
XYZ 29.64 19 7.57 -
YUV 114.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 208 76 68 0 0.63 0.67 0.18 3.43 0.6 0.54
Hex D0 4C 44 0 3F 43 12 3 3C 36
Octal 320 114 104 0 77 103 22 3 74 66
Binary 11010000 1001100 1000100 0 111111 1000011 10010 11 111100 110110

Color Harmonies of #D04C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C44

Black with #D04C44

Text Example


Text Example

White with #D04C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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