Html Css Color HEX #D84C42 Valencia

📋 copy color: '#D84C42'

red 216 ◦ green 76 ◦ blue 66

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

Shades of Valencia #D84C42

Tints of Valencia #D84C42

RGB

 RED value IS 216 (84.77% from 255) = 60.34%

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

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

R = 60.34%
G = 21.23%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84C42 (or 0xD84C42) is known color: Valencia. HEX triplet: D8, 4C and 42. RGB value is (216,76,66). Sum of RGB (Red+Green+Blue) = 216+76+66=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C42 is #27B3BD. Grayscale: #747474. Windows color (decimal): -2601918 or 4345048. OLE color: 4345048.

HSL color Cylindrical-coordinate representation of color #D84C42: hue angle of 4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84C42 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 66 -
CMYK 0 0.65 0.69 0.15
HSL 0.66% 0.55% -
HSV(B) 0.69% 0.85% -
XYZ 31.89 20.16 7.37 -
YUV 116.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 216 76 66 0 0.65 0.69 0.15 4 0.66 0.55
Hex D8 4C 42 0 41 45 F 4 42 37
Octal 330 114 102 0 101 105 17 4 102 67
Binary 11011000 1001100 1000010 0 1000001 1000101 1111 100 1000010 110111

Color Harmonies of #D84C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C42

Black with #D84C42

Text Example


Text Example

White with #D84C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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