Html Css Color HEX #D94233 Cinnabar

📋 copy color: '#D94233'

red 217 ◦ green 66 ◦ blue 51

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

Shades of Cinnabar #D94233

Tints of Cinnabar #D94233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 51 (20.31% from 255) = 15.27%

R = 64.97%
G = 19.76%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94233 (or 0xD94233) is known color: Cinnabar. HEX triplet: D9, 42 and 33. RGB value is (217,66,51). Sum of RGB (Red+Green+Blue) = 217+66+51=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D94233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94233 is #26BDCC. Grayscale: #6D6D6D. Windows color (decimal): -2538957 or 3359449. OLE color: 3359449.

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

Color convert

RGB 217 66 51 -
CMYK 0 0.70 0.76 0.15
HSL 5.42º 0.69% 0.53% -
HSV(B) 5.42º 0.76% 0.85% -
XYZ 31.16 18.89 5.14 -
YUV 109.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 217 66 51 0 0.70 0.76 0.15 5.42 0.69 0.53
Hex D9 42 33 0 46 4C F 5 45 35
Octal 331 102 63 0 106 114 17 5 105 65
Binary 11011001 1000010 110011 0 1000110 1001100 1111 101 1000101 110101

Color Harmonies of #D94233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94233

Black with #D94233

Text Example


Text Example

White with #D94233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94233; }

 p { color: rgb(217,66,51); }

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

background-color css

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

 a { background-color: rgb(217,66,51); }

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

border-color css

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

 span { border-color: rgb(217,66,51); }

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