Html Css Color HEX #D84A2C Cinnabar

📋 copy color: '#D84A2C'

red 216 ◦ green 74 ◦ blue 44

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

Shades of Cinnabar #D84A2C

Tints of Cinnabar #D84A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 64.67%
G = 22.16%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D84A2C (or 0xD84A2C) is known color: Cinnabar. HEX triplet: D8, 4A and 2C. RGB value is (216,74,44). Sum of RGB (Red+Green+Blue) = 216+74+44=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A2C is #27B5D3. Grayscale: #717171. Windows color (decimal): -2602452 or 2902744. OLE color: 2902744.

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

Color convert

RGB 216 74 44 -
CMYK 0 0.66 0.80 0.15
HSL 10.47º 0.69% 0.51% -
HSV(B) 10.47º 0.8% 0.85% -
XYZ 31.22 19.68 4.54 -
YUV 113.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 216 74 44 0 0.66 0.80 0.15 10.47 0.69 0.51
Hex D8 4A 2C 0 42 50 F A 45 33
Octal 330 112 54 0 102 120 17 12 105 63
Binary 11011000 1001010 101100 0 1000010 1010000 1111 1010 1000101 110011

Color Harmonies of #D84A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A2C

Black with #D84A2C

Text Example


Text Example

White with #D84A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A2C; }

 p { color: rgb(216,74,44); }

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

background-color css

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

 a { background-color: rgb(216,74,44); }

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

border-color css

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

 span { border-color: rgb(216,74,44); }

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