Html Css Color HEX #D04C43 Valencia

📋 copy color: '#D04C43'

red 208 ◦ green 76 ◦ blue 67

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

Shades of Valencia #D04C43

Tints of Valencia #D04C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 59.26%
G = 21.65%
B = 19.09%

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

#D04C43 (or 0xD04C43) is known color: Valencia. HEX triplet: D0, 4C and 43. RGB value is (208,76,67). Sum of RGB (Red+Green+Blue) = 208+76+67=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C43 is #2FB3BC. Grayscale: #727272. Windows color (decimal): -3126205 or 4410576. OLE color: 4410576.

HSL color Cylindrical-coordinate representation of color #D04C43: hue angle of 3.83º 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 #D04C43 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 67 -
CMYK 0 0.63 0.68 0.18
HSL 3.83º 0.6% 0.54% -
HSV(B) 3.83º 0.68% 0.82% -
XYZ 29.61 18.98 7.41 -
YUV 114.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 208 76 67 0 0.63 0.68 0.18 3.83 0.6 0.54
Hex D0 4C 43 0 3F 44 12 4 3C 36
Octal 320 114 103 0 77 104 22 4 74 66
Binary 11010000 1001100 1000011 0 111111 1000100 10010 100 111100 110110

Color Harmonies of #D04C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C43

Black with #D04C43

Text Example


Text Example

White with #D04C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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