Html Css Color HEX #D94432 Cinnabar

📋 copy color: '#D94432'

red 217 ◦ green 68 ◦ blue 50

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

Shades of Cinnabar #D94432

Tints of Cinnabar #D94432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 64.78%
G = 20.3%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94432 (or 0xD94432) is known color: Cinnabar. HEX triplet: D9, 44 and 32. RGB value is (217,68,50). Sum of RGB (Red+Green+Blue) = 217+68+50=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D94432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94432 is #26BBCD. Grayscale: #6E6E6E. Windows color (decimal): -2538446 or 3294425. OLE color: 3294425.

HSL color Cylindrical-coordinate representation of color #D94432: hue angle of 6.47º 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 #D94432 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 50 -
CMYK 0 0.69 0.77 0.15
HSL 6.47º 0.69% 0.52% -
HSV(B) 6.47º 0.77% 0.85% -
XYZ 31.26 19.12 5.06 -
YUV 110.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 217 68 50 0 0.69 0.77 0.15 6.47 0.69 0.52
Hex D9 44 32 0 45 4D F 6 45 34
Octal 331 104 62 0 105 115 17 6 105 64
Binary 11011001 1000100 110010 0 1000101 1001101 1111 110 1000101 110100

Color Harmonies of #D94432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94432

Black with #D94432

Text Example


Text Example

White with #D94432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94432; }

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

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

background-color css

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

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

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

border-color css

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

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

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