Html Css Color HEX #D9422F Cinnabar

📋 copy color: '#D9422F'

red 217 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #D9422F

Tints of Cinnabar #D9422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 65.76%
G = 20%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9422F (or 0xD9422F) is known color: Cinnabar. HEX triplet: D9, 42 and 2F. RGB value is (217,66,47). Sum of RGB (Red+Green+Blue) = 217+66+47=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9422F is #26BDD0. Grayscale: #6D6D6D. Windows color (decimal): -2538961 or 3097305. OLE color: 3097305.

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

Color convert

RGB 217 66 47 -
CMYK 0 0.70 0.78 0.15
HSL 6.71º 0.69% 0.52% -
HSV(B) 6.71º 0.78% 0.85% -
XYZ 31.08 18.85 4.69 -
YUV 108.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 217 66 47 0 0.70 0.78 0.15 6.71 0.69 0.52
Hex D9 42 2F 0 46 4E F 7 45 34
Octal 331 102 57 0 106 116 17 7 105 64
Binary 11011001 1000010 101111 0 1000110 1001110 1111 111 1000101 110100

Color Harmonies of #D9422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9422F

Black with #D9422F

Text Example


Text Example

White with #D9422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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