Html Css Color HEX #D64232 Cinnabar

📋 copy color: '#D64232'

red 214 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #D64232

Tints of Cinnabar #D64232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 64.85%
G = 20%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64232 (or 0xD64232) is known color: Cinnabar. HEX triplet: D6, 42 and 32. RGB value is (214,66,50). Sum of RGB (Red+Green+Blue) = 214+66+50=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D64232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64232 is #29BDCD. Grayscale: #6C6C6C. Windows color (decimal): -2735566 or 3293910. OLE color: 3293910.

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

Color convert

RGB 214 66 50 -
CMYK 0 0.69 0.77 0.16
HSL 5.85º 0.67% 0.52% -
HSV(B) 5.85º 0.77% 0.84% -
XYZ 30.26 18.42 4.98 -
YUV 108.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 214 66 50 0 0.69 0.77 0.16 5.85 0.67 0.52
Hex D6 42 32 0 45 4D 10 6 43 34
Octal 326 102 62 0 105 115 20 6 103 64
Binary 11010110 1000010 110010 0 1000101 1001101 10000 110 1000011 110100

Color Harmonies of #D64232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64232

Black with #D64232

Text Example


Text Example

White with #D64232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64232; }

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

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

background-color css

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

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

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

border-color css

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

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

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