Html Css Color HEX #E64232 Cinnabar

📋 copy color: '#E64232'

red 230 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #E64232

Tints of Cinnabar #E64232

RGB

 RED value IS 230 (90.23% from 255) = 66.47%

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

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

R = 66.47%
G = 19.08%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E64232 (or 0xE64232) is known color: Cinnabar. HEX triplet: E6, 42 and 32. RGB value is (230,66,50). Sum of RGB (Red+Green+Blue) = 230+66+50=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E64232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64232 is #19BDCD. Grayscale: #717171. Windows color (decimal): -1686990 or 3293926. OLE color: 3293926.

HSL color Cylindrical-coordinate representation of color #E64232: hue angle of 5.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E64232 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 50 -
CMYK 0 0.71 0.78 0.10
HSL 5.33º 0.78% 0.55% -
HSV(B) 5.33º 0.78% 0.9% -
XYZ 35.16 20.95 5.21 -
YUV 113.21 92.33 211.3 -
System Red Green Blue C M Y K H S L
Decimal 230 66 50 0 0.71 0.78 0.10 5.33 0.78 0.55
Hex E6 42 32 0 47 4E A 5 4E 37
Octal 346 102 62 0 107 116 12 5 116 67
Binary 11100110 1000010 110010 0 1000111 1001110 1010 101 1001110 110111

Color Harmonies of #E64232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64232

Black with #E64232

Text Example


Text Example

White with #E64232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64232; }

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

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

background-color css

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

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

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

border-color css

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

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

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