Html Css Color HEX #D84C3E Cinnabar

📋 copy color: '#D84C3E'

red 216 ◦ green 76 ◦ blue 62

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

Shades of Cinnabar #D84C3E

Tints of Cinnabar #D84C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 61.02%
G = 21.47%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D84C3E (or 0xD84C3E) is known color: Cinnabar. HEX triplet: D8, 4C and 3E. RGB value is (216,76,62). Sum of RGB (Red+Green+Blue) = 216+76+62=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C3E is #27B3C1. Grayscale: #747474. Windows color (decimal): -2601922 or 4082904. OLE color: 4082904.

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

Color convert

RGB 216 76 62 -
CMYK 0 0.65 0.71 0.15
HSL 5.45º 0.66% 0.55% -
HSV(B) 5.45º 0.71% 0.85% -
XYZ 31.77 20.12 6.77 -
YUV 116.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 216 76 62 0 0.65 0.71 0.15 5.45 0.66 0.55
Hex D8 4C 3E 0 41 47 F 5 42 37
Octal 330 114 76 0 101 107 17 5 102 67
Binary 11011000 1001100 111110 0 1000001 1000111 1111 101 1000010 110111

Color Harmonies of #D84C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C3E

Black with #D84C3E

Text Example


Text Example

White with #D84C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C3E; }

 p { color: rgb(216,76,62); }

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

background-color css

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

 a { background-color: rgb(216,76,62); }

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

border-color css

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

 span { border-color: rgb(216,76,62); }

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