Html Css Color HEX #D64732 Cinnabar

📋 copy color: '#D64732'

red 214 ◦ green 71 ◦ blue 50

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

Shades of Cinnabar #D64732

Tints of Cinnabar #D64732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 63.88%
G = 21.19%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64732 (or 0xD64732) is known color: Cinnabar. HEX triplet: D6, 47 and 32. RGB value is (214,71,50). Sum of RGB (Red+Green+Blue) = 214+71+50=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64732 is #29B8CD. Grayscale: #6F6F6F. Windows color (decimal): -2734286 or 3295190. OLE color: 3295190.

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

Color convert

RGB 214 71 50 -
CMYK 0 0.67 0.77 0.16
HSL 7.68º 0.67% 0.52% -
HSV(B) 7.68º 0.77% 0.84% -
XYZ 30.56 19.03 5.08 -
YUV 111.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 214 71 50 0 0.67 0.77 0.16 7.68 0.67 0.52
Hex D6 47 32 0 43 4D 10 8 43 34
Octal 326 107 62 0 103 115 20 10 103 64
Binary 11010110 1000111 110010 0 1000011 1001101 10000 1000 1000011 110100

Color Harmonies of #D64732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64732

Black with #D64732

Text Example


Text Example

White with #D64732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64732; }

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

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

background-color css

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

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

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

border-color css

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

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

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