Html Css Color HEX #D94132 Cinnabar

📋 copy color: '#D94132'

red 217 ◦ green 65 ◦ blue 50

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

Shades of Cinnabar #D94132

Tints of Cinnabar #D94132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 65.36%
G = 19.58%
B = 15.06%

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

#D94132 (or 0xD94132) is known color: Cinnabar. HEX triplet: D9, 41 and 32. RGB value is (217,65,50). Sum of RGB (Red+Green+Blue) = 217+65+50=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D94132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94132 is #26BECD. Grayscale: #6C6C6C. Windows color (decimal): -2539214 or 3293657. OLE color: 3293657.

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

Color convert

RGB 217 65 50 -
CMYK 0 0.70 0.77 0.15
HSL 5.39º 0.69% 0.52% -
HSV(B) 5.39º 0.77% 0.85% -
XYZ 31.08 18.76 5 -
YUV 108.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 217 65 50 0 0.70 0.77 0.15 5.39 0.69 0.52
Hex D9 41 32 0 46 4D F 5 45 34
Octal 331 101 62 0 106 115 17 5 105 64
Binary 11011001 1000001 110010 0 1000110 1001101 1111 101 1000101 110100

Color Harmonies of #D94132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94132

Black with #D94132

Text Example


Text Example

White with #D94132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94132; }

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

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

background-color css

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

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

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

border-color css

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

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

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