Html Css Color HEX #D64D37 Cinnabar

📋 copy color: '#D64D37'

red 214 ◦ green 77 ◦ blue 55

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

Shades of Cinnabar #D64D37

Tints of Cinnabar #D64D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 55 (21.88% from 255) = 15.9%

R = 61.85%
G = 22.25%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D64D37 (or 0xD64D37) is known color: Cinnabar. HEX triplet: D6, 4D and 37. RGB value is (214,77,55). Sum of RGB (Red+Green+Blue) = 214+77+55=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D37 is #29B2C8. Grayscale: #737373. Windows color (decimal): -2732745 or 3624406. OLE color: 3624406.

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

Color convert

RGB 214 77 55 -
CMYK 0 0.64 0.74 0.16
HSL 8.3º 0.66% 0.53% -
HSV(B) 8.3º 0.74% 0.84% -
XYZ 31.08 19.88 5.81 -
YUV 115.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 214 77 55 0 0.64 0.74 0.16 8.3 0.66 0.53
Hex D6 4D 37 0 40 4A 10 8 42 35
Octal 326 115 67 0 100 112 20 10 102 65
Binary 11010110 1001101 110111 0 1000000 1001010 10000 1000 1000010 110101

Color Harmonies of #D64D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D37

Black with #D64D37

Text Example


Text Example

White with #D64D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D37; }

 p { color: rgb(214,77,55); }

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

background-color css

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

 a { background-color: rgb(214,77,55); }

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

border-color css

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

 span { border-color: rgb(214,77,55); }

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