Html Css Color HEX #D8472A Cinnabar

📋 copy color: '#D8472A'

red 216 ◦ green 71 ◦ blue 42

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

Shades of Cinnabar #D8472A

Tints of Cinnabar #D8472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 65.65%
G = 21.58%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8472A (or 0xD8472A) is known color: Cinnabar. HEX triplet: D8, 47 and 2A. RGB value is (216,71,42). Sum of RGB (Red+Green+Blue) = 216+71+42=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8472A is #27B8D5. Grayscale: #6F6F6F. Windows color (decimal): -2603222 or 2770904. OLE color: 2770904.

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

Color convert

RGB 216 71 42 -
CMYK 0 0.67 0.81 0.15
HSL 10º 0.69% 0.51% -
HSV(B) 10º 0.81% 0.85% -
XYZ 30.99 19.27 4.28 -
YUV 111.05 89.04 202.86 -
System Red Green Blue C M Y K H S L
Decimal 216 71 42 0 0.67 0.81 0.15 10 0.69 0.51
Hex D8 47 2A 0 43 51 F A 45 33
Octal 330 107 52 0 103 121 17 12 105 63
Binary 11011000 1000111 101010 0 1000011 1010001 1111 1010 1000101 110011

Color Harmonies of #D8472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8472A

Black with #D8472A

Text Example


Text Example

White with #D8472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8472A; }

 p { color: rgb(216,71,42); }

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

background-color css

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

 a { background-color: rgb(216,71,42); }

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

border-color css

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

 span { border-color: rgb(216,71,42); }

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