Html Css Color HEX #D84A2F Cinnabar

📋 copy color: '#D84A2F'

red 216 ◦ green 74 ◦ blue 47

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

Shades of Cinnabar #D84A2F

Tints of Cinnabar #D84A2F

RGB

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

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

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

R = 64.09%
G = 21.96%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84A2F (or 0xD84A2F) is known color: Cinnabar. HEX triplet: D8, 4A and 2F. RGB value is (216,74,47). Sum of RGB (Red+Green+Blue) = 216+74+47=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A2F is #27B5D0. Grayscale: #717171. Windows color (decimal): -2602449 or 3099352. OLE color: 3099352.

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

Color convert

RGB 216 74 47 -
CMYK 0 0.66 0.78 0.15
HSL 9.59º 0.68% 0.52% -
HSV(B) 9.59º 0.78% 0.85% -
XYZ 31.28 19.7 4.84 -
YUV 113.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 216 74 47 0 0.66 0.78 0.15 9.59 0.68 0.52
Hex D8 4A 2F 0 42 4E F A 44 34
Octal 330 112 57 0 102 116 17 12 104 64
Binary 11011000 1001010 101111 0 1000010 1001110 1111 1010 1000100 110100

Color Harmonies of #D84A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A2F

Black with #D84A2F

Text Example


Text Example

White with #D84A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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