Html Css Color HEX #D8402A Cinnabar

📋 copy color: '#D8402A'

red 216 ◦ green 64 ◦ blue 42

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

Shades of Cinnabar #D8402A

Tints of Cinnabar #D8402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 67.08%
G = 19.88%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8402A (or 0xD8402A) is known color: Cinnabar. HEX triplet: D8, 40 and 2A. RGB value is (216,64,42). Sum of RGB (Red+Green+Blue) = 216+64+42=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D8402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8402A is #27BFD5. Grayscale: #6B6B6B. Windows color (decimal): -2605014 or 2769112. OLE color: 2769112.

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

Color convert

RGB 216 64 42 -
CMYK 0 0.70 0.81 0.15
HSL 7.59º 0.69% 0.51% -
HSV(B) 7.59º 0.81% 0.85% -
XYZ 30.57 18.43 4.14 -
YUV 106.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 216 64 42 0 0.70 0.81 0.15 7.59 0.69 0.51
Hex D8 40 2A 0 46 51 F 8 45 33
Octal 330 100 52 0 106 121 17 10 105 63
Binary 11011000 1000000 101010 0 1000110 1010001 1111 1000 1000101 110011

Color Harmonies of #D8402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8402A

Black with #D8402A

Text Example


Text Example

White with #D8402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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