Html Css Color HEX #D94632 Cinnabar

📋 copy color: '#D94632'

red 217 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #D94632

Tints of Cinnabar #D94632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

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

R = 64.39%
G = 20.77%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94632 (or 0xD94632) is known color: Cinnabar. HEX triplet: D9, 46 and 32. RGB value is (217,70,50). Sum of RGB (Red+Green+Blue) = 217+70+50=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D94632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94632 is #26B9CD. Grayscale: #6F6F6F. Windows color (decimal): -2537934 or 3294937. OLE color: 3294937.

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

Color convert

RGB 217 70 50 -
CMYK 0 0.68 0.77 0.15
HSL 7.19º 0.69% 0.52% -
HSV(B) 7.19º 0.77% 0.85% -
XYZ 31.38 19.36 5.1 -
YUV 111.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 217 70 50 0 0.68 0.77 0.15 7.19 0.69 0.52
Hex D9 46 32 0 44 4D F 7 45 34
Octal 331 106 62 0 104 115 17 7 105 64
Binary 11011001 1000110 110010 0 1000100 1001101 1111 111 1000101 110100

Color Harmonies of #D94632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94632

Black with #D94632

Text Example


Text Example

White with #D94632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94632; }

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

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

background-color css

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

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

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

border-color css

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

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

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