Html Css Color HEX #D94C23 Cinnabar

📋 copy color: '#D94C23'

red 217 ◦ green 76 ◦ blue 35

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

Shades of Cinnabar #D94C23

Tints of Cinnabar #D94C23

RGB

 RED value IS 217 (85.16% from 255) = 66.16%

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

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 66.16%
G = 23.17%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D94C23 (or 0xD94C23) is known color: Cinnabar. HEX triplet: D9, 4C and 23. RGB value is (217,76,35). Sum of RGB (Red+Green+Blue) = 217+76+35=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C23 is #26B3DC. Grayscale: #717171. Windows color (decimal): -2536413 or 2313433. OLE color: 2313433.

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

Color convert

RGB 217 76 35 -
CMYK 0 0.65 0.84 0.15
HSL 13.52º 0.72% 0.49% -
HSV(B) 13.52º 0.84% 0.85% -
XYZ 31.5 20.04 3.8 -
YUV 113.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 217 76 35 0 0.65 0.84 0.15 13.52 0.72 0.49
Hex D9 4C 23 0 41 54 F E 48 31
Octal 331 114 43 0 101 124 17 16 110 61
Binary 11011001 1001100 100011 0 1000001 1010100 1111 1110 1001000 110001

Color Harmonies of #D94C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C23

Black with #D94C23

Text Example


Text Example

White with #D94C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C23; }

 p { color: rgb(217,76,35); }

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

background-color css

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

 a { background-color: rgb(217,76,35); }

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

border-color css

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

 span { border-color: rgb(217,76,35); }

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