Html Css Color HEX #D64039 Cinnabar

📋 copy color: '#D64039'

red 214 ◦ green 64 ◦ blue 57

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

Shades of Cinnabar #D64039

Tints of Cinnabar #D64039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 63.88%
G = 19.1%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64039 (or 0xD64039) is known color: Cinnabar. HEX triplet: D6, 40 and 39. RGB value is (214,64,57). Sum of RGB (Red+Green+Blue) = 214+64+57=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64039 is #29BFC6. Grayscale: #6C6C6C. Windows color (decimal): -2736071 or 3752150. OLE color: 3752150.

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

Color convert

RGB 214 64 57 -
CMYK 0 0.70 0.73 0.16
HSL 2.68º 0.66% 0.53% -
HSV(B) 2.68º 0.73% 0.84% -
XYZ 30.3 18.26 5.8 -
YUV 108.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 214 64 57 0 0.70 0.73 0.16 2.68 0.66 0.53
Hex D6 40 39 0 46 49 10 3 42 35
Octal 326 100 71 0 106 111 20 3 102 65
Binary 11010110 1000000 111001 0 1000110 1001001 10000 11 1000010 110101

Color Harmonies of #D64039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64039

Black with #D64039

Text Example


Text Example

White with #D64039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64039; }

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

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

background-color css

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

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

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

border-color css

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

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

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