Html Css Color HEX #D94232 Cinnabar

📋 copy color: '#D94232'

red 217 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #D94232

Tints of Cinnabar #D94232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 65.17%
G = 19.82%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94232 (or 0xD94232) is known color: Cinnabar. HEX triplet: D9, 42 and 32. RGB value is (217,66,50). Sum of RGB (Red+Green+Blue) = 217+66+50=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D94232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94232 is #26BDCD. Grayscale: #6D6D6D. Windows color (decimal): -2538958 or 3293913. OLE color: 3293913.

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

Color convert

RGB 217 66 50 -
CMYK 0 0.70 0.77 0.15
HSL 5.75º 0.69% 0.52% -
HSV(B) 5.75º 0.77% 0.85% -
XYZ 31.14 18.88 5.02 -
YUV 109.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 217 66 50 0 0.70 0.77 0.15 5.75 0.69 0.52
Hex D9 42 32 0 46 4D F 6 45 34
Octal 331 102 62 0 106 115 17 6 105 64
Binary 11011001 1000010 110010 0 1000110 1001101 1111 110 1000101 110100

Color Harmonies of #D94232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94232

Black with #D94232

Text Example


Text Example

White with #D94232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94232; }

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

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

background-color css

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

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

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

border-color css

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

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

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