Html Css Color HEX #D8422F Cinnabar

📋 copy color: '#D8422F'

red 216 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #D8422F

Tints of Cinnabar #D8422F

RGB

 RED value IS 216 (84.77% from 255) = 65.65%

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

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

R = 65.65%
G = 20.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8422F (or 0xD8422F) is known color: Cinnabar. HEX triplet: D8, 42 and 2F. RGB value is (216,66,47). Sum of RGB (Red+Green+Blue) = 216+66+47=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8422F is #27BDD0. Grayscale: #6C6C6C. Windows color (decimal): -2604497 or 3097304. OLE color: 3097304.

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

Color convert

RGB 216 66 47 -
CMYK 0 0.69 0.78 0.15
HSL 6.75º 0.68% 0.52% -
HSV(B) 6.75º 0.78% 0.85% -
XYZ 30.78 18.7 4.68 -
YUV 108.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 216 66 47 0 0.69 0.78 0.15 6.75 0.68 0.52
Hex D8 42 2F 0 45 4E F 7 44 34
Octal 330 102 57 0 105 116 17 7 104 64
Binary 11011000 1000010 101111 0 1000101 1001110 1111 111 1000100 110100

Color Harmonies of #D8422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8422F

Black with #D8422F

Text Example


Text Example

White with #D8422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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