Html Css Color HEX #D84C35 Cinnabar

📋 copy color: '#D84C35'

red 216 ◦ green 76 ◦ blue 53

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

Shades of Cinnabar #D84C35

Tints of Cinnabar #D84C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.36%

R = 62.61%
G = 22.03%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D84C35 (or 0xD84C35) is known color: Cinnabar. HEX triplet: D8, 4C and 35. RGB value is (216,76,53). Sum of RGB (Red+Green+Blue) = 216+76+53=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C35 is #27B3CA. Grayscale: #737373. Windows color (decimal): -2601931 or 3493080. OLE color: 3493080.

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

Color convert

RGB 216 76 53 -
CMYK 0 0.65 0.75 0.15
HSL 8.47º 0.68% 0.53% -
HSV(B) 8.47º 0.75% 0.85% -
XYZ 31.55 20.02 5.57 -
YUV 115.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 216 76 53 0 0.65 0.75 0.15 8.47 0.68 0.53
Hex D8 4C 35 0 41 4B F 8 44 35
Octal 330 114 65 0 101 113 17 10 104 65
Binary 11011000 1001100 110101 0 1000001 1001011 1111 1000 1000100 110101

Color Harmonies of #D84C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C35

Black with #D84C35

Text Example


Text Example

White with #D84C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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