Html Css Color HEX #D84A2D Cinnabar

📋 copy color: '#D84A2D'

red 216 ◦ green 74 ◦ blue 45

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

Shades of Cinnabar #D84A2D

Tints of Cinnabar #D84A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 64.48%
G = 22.09%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D84A2D (or 0xD84A2D) is known color: Cinnabar. HEX triplet: D8, 4A and 2D. RGB value is (216,74,45). Sum of RGB (Red+Green+Blue) = 216+74+45=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A2D is #27B5D2. Grayscale: #717171. Windows color (decimal): -2602451 or 2968280. OLE color: 2968280.

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

Color convert

RGB 216 74 45 -
CMYK 0 0.66 0.79 0.15
HSL 10.18º 0.69% 0.51% -
HSV(B) 10.18º 0.79% 0.85% -
XYZ 31.24 19.69 4.64 -
YUV 113.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 216 74 45 0 0.66 0.79 0.15 10.18 0.69 0.51
Hex D8 4A 2D 0 42 4F F A 45 33
Octal 330 112 55 0 102 117 17 12 105 63
Binary 11011000 1001010 101101 0 1000010 1001111 1111 1010 1000101 110011

Color Harmonies of #D84A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A2D

Black with #D84A2D

Text Example


Text Example

White with #D84A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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