Html Css Color HEX #D64539 Cinnabar

📋 copy color: '#D64539'

red 214 ◦ green 69 ◦ blue 57

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

Shades of Cinnabar #D64539

Tints of Cinnabar #D64539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 62.94%
G = 20.29%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64539 (or 0xD64539) is known color: Cinnabar. HEX triplet: D6, 45 and 39. RGB value is (214,69,57). Sum of RGB (Red+Green+Blue) = 214+69+57=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D64539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64539 is #29BAC6. Grayscale: #6F6F6F. Windows color (decimal): -2734791 or 3753430. OLE color: 3753430.

HSL color Cylindrical-coordinate representation of color #D64539: hue angle of 4.59º 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 #D64539 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 57 -
CMYK 0 0.68 0.73 0.16
HSL 4.59º 0.66% 0.53% -
HSV(B) 4.59º 0.73% 0.84% -
XYZ 30.6 18.85 5.9 -
YUV 110.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 214 69 57 0 0.68 0.73 0.16 4.59 0.66 0.53
Hex D6 45 39 0 44 49 10 5 42 35
Octal 326 105 71 0 104 111 20 5 102 65
Binary 11010110 1000101 111001 0 1000100 1001001 10000 101 1000010 110101

Color Harmonies of #D64539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64539

Black with #D64539

Text Example


Text Example

White with #D64539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64539; }

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

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

background-color css

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

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

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

border-color css

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

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

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