Html Css Color HEX #D64537 Cinnabar

📋 copy color: '#D64537'

red 214 ◦ green 69 ◦ blue 55

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

Shades of Cinnabar #D64537

Tints of Cinnabar #D64537

RGB

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

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

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

R = 63.31%
G = 20.41%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D64537 (or 0xD64537) is known color: Cinnabar. HEX triplet: D6, 45 and 37. RGB value is (214,69,55). Sum of RGB (Red+Green+Blue) = 214+69+55=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64537 is #29BAC8. Grayscale: #6E6E6E. Windows color (decimal): -2734793 or 3622358. OLE color: 3622358.

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

Color convert

RGB 214 69 55 -
CMYK 0 0.68 0.74 0.16
HSL 5.28º 0.66% 0.53% -
HSV(B) 5.28º 0.74% 0.84% -
XYZ 30.55 18.83 5.64 -
YUV 110.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 214 69 55 0 0.68 0.74 0.16 5.28 0.66 0.53
Hex D6 45 37 0 44 4A 10 5 42 35
Octal 326 105 67 0 104 112 20 5 102 65
Binary 11010110 1000101 110111 0 1000100 1001010 10000 101 1000010 110101

Color Harmonies of #D64537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64537

Black with #D64537

Text Example


Text Example

White with #D64537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64537; }

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

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

background-color css

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

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

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

border-color css

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

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

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