Html Css Color HEX #D84A35 Cinnabar

📋 copy color: '#D84A35'

red 216 ◦ green 74 ◦ blue 53

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

Shades of Cinnabar #D84A35

Tints of Cinnabar #D84A35

RGB

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

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

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

R = 62.97%
G = 21.57%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D84A35 (or 0xD84A35) is known color: Cinnabar. HEX triplet: D8, 4A and 35. RGB value is (216,74,53). Sum of RGB (Red+Green+Blue) = 216+74+53=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A35 is #27B5CA. Grayscale: #727272. Windows color (decimal): -2602443 or 3492568. OLE color: 3492568.

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

Color convert

RGB 216 74 53 -
CMYK 0 0.66 0.75 0.15
HSL 7.73º 0.68% 0.53% -
HSV(B) 7.73º 0.75% 0.85% -
XYZ 31.41 19.75 5.53 -
YUV 114.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 216 74 53 0 0.66 0.75 0.15 7.73 0.68 0.53
Hex D8 4A 35 0 42 4B F 8 44 35
Octal 330 112 65 0 102 113 17 10 104 65
Binary 11011000 1001010 110101 0 1000010 1001011 1111 1000 1000100 110101

Color Harmonies of #D84A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A35

Black with #D84A35

Text Example


Text Example

White with #D84A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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