Html Css Color HEX #D64532 Cinnabar

📋 copy color: '#D64532'

red 214 ◦ green 69 ◦ blue 50

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

Shades of Cinnabar #D64532

Tints of Cinnabar #D64532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 64.26%
G = 20.72%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64532 (or 0xD64532) is known color: Cinnabar. HEX triplet: D6, 45 and 32. RGB value is (214,69,50). Sum of RGB (Red+Green+Blue) = 214+69+50=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D64532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64532 is #29BACD. Grayscale: #6E6E6E. Windows color (decimal): -2734798 or 3294678. OLE color: 3294678.

HSL color Cylindrical-coordinate representation of color #D64532: hue angle of 6.95º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64532 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 50 -
CMYK 0 0.68 0.77 0.16
HSL 6.95º 0.67% 0.52% -
HSV(B) 6.95º 0.77% 0.84% -
XYZ 30.44 18.78 5.04 -
YUV 110.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 214 69 50 0 0.68 0.77 0.16 6.95 0.67 0.52
Hex D6 45 32 0 44 4D 10 7 43 34
Octal 326 105 62 0 104 115 20 7 103 64
Binary 11010110 1000101 110010 0 1000100 1001101 10000 111 1000011 110100

Color Harmonies of #D64532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64532

Black with #D64532

Text Example


Text Example

White with #D64532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64532; }

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

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

background-color css

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

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

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

border-color css

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

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

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