Html Css Color HEX #D64035 Cinnabar

📋 copy color: '#D64035'

red 214 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #D64035

Tints of Cinnabar #D64035

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 64.65%
G = 19.34%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D64035 (or 0xD64035) is known color: Cinnabar. HEX triplet: D6, 40 and 35. RGB value is (214,64,53). Sum of RGB (Red+Green+Blue) = 214+64+53=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D64035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64035 is #29BFCA. Grayscale: #6B6B6B. Windows color (decimal): -2736075 or 3490006. OLE color: 3490006.

HSL color Cylindrical-coordinate representation of color #D64035: hue angle of 4.1º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D64035 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 53 -
CMYK 0 0.70 0.75 0.16
HSL 4.1º 0.66% 0.52% -
HSV(B) 4.1º 0.75% 0.84% -
XYZ 30.21 18.22 5.29 -
YUV 107.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 214 64 53 0 0.70 0.75 0.16 4.1 0.66 0.52
Hex D6 40 35 0 46 4B 10 4 42 34
Octal 326 100 65 0 106 113 20 4 102 64
Binary 11010110 1000000 110101 0 1000110 1001011 10000 100 1000010 110100

Color Harmonies of #D64035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64035

Black with #D64035

Text Example


Text Example

White with #D64035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64035; }

 p { color: rgb(214,64,53); }

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

background-color css

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

 a { background-color: rgb(214,64,53); }

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

border-color css

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

 span { border-color: rgb(214,64,53); }

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