Html Css Color HEX #D64B32 Cinnabar

📋 copy color: '#D64B32'

red 214 ◦ green 75 ◦ blue 50

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

Shades of Cinnabar #D64B32

Tints of Cinnabar #D64B32

RGB

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

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

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

R = 63.13%
G = 22.12%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64B32 (or 0xD64B32) is known color: Cinnabar. HEX triplet: D6, 4B and 32. RGB value is (214,75,50). Sum of RGB (Red+Green+Blue) = 214+75+50=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B32 is #29B4CD. Grayscale: #717171. Windows color (decimal): -2733262 or 3296214. OLE color: 3296214.

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

Color convert

RGB 214 75 50 -
CMYK 0 0.65 0.77 0.16
HSL 9.15º 0.67% 0.52% -
HSV(B) 9.15º 0.77% 0.84% -
XYZ 30.82 19.56 5.17 -
YUV 113.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 214 75 50 0 0.65 0.77 0.16 9.15 0.67 0.52
Hex D6 4B 32 0 41 4D 10 9 43 34
Octal 326 113 62 0 101 115 20 11 103 64
Binary 11010110 1001011 110010 0 1000001 1001101 10000 1001 1000011 110100

Color Harmonies of #D64B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B32

Black with #D64B32

Text Example


Text Example

White with #D64B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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