Html Css Color HEX #D64B37 Cinnabar

📋 copy color: '#D64B37'

red 214 ◦ green 75 ◦ blue 55

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

Shades of Cinnabar #D64B37

Tints of Cinnabar #D64B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

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

R = 62.21%
G = 21.8%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D64B37 (or 0xD64B37) is known color: Cinnabar. HEX triplet: D6, 4B and 37. RGB value is (214,75,55). Sum of RGB (Red+Green+Blue) = 214+75+55=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B37 is #29B4C8. Grayscale: #727272. Windows color (decimal): -2733257 or 3623894. OLE color: 3623894.

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

Color convert

RGB 214 75 55 -
CMYK 0 0.65 0.74 0.16
HSL 7.55º 0.66% 0.53% -
HSV(B) 7.55º 0.74% 0.84% -
XYZ 30.94 19.6 5.77 -
YUV 114.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 214 75 55 0 0.65 0.74 0.16 7.55 0.66 0.53
Hex D6 4B 37 0 41 4A 10 8 42 35
Octal 326 113 67 0 101 112 20 10 102 65
Binary 11010110 1001011 110111 0 1000001 1001010 10000 1000 1000010 110101

Color Harmonies of #D64B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B37

Black with #D64B37

Text Example


Text Example

White with #D64B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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