Html Css Color HEX #E63232 Cinnabar

📋 copy color: '#E63232'

red 230 ◦ green 50 ◦ blue 50

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

Shades of Cinnabar #E63232

Tints of Cinnabar #E63232

RGB

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

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

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

R = 69.7%
G = 15.15%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E63232 (or 0xE63232) is known color: Cinnabar. HEX triplet: E6, 32 and 32. RGB value is (230,50,50). Sum of RGB (Red+Green+Blue) = 230+50+50=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E63232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63232 is #19CDCD. Grayscale: #686868. Windows color (decimal): -1691086 or 3289830. OLE color: 3289830.

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

Color convert

RGB 230 50 50 -
CMYK 0 0.78 0.78 0.10
HSL 0.78% 0.55% -
HSV(B) 0.78% 0.9% -
XYZ 34.35 19.33 4.94 -
YUV 103.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 230 50 50 0 0.78 0.78 0.10 0 0.78 0.55
Hex E6 32 32 0 4E 4E A 0 4E 37
Octal 346 62 62 0 116 116 12 0 116 67
Binary 11100110 110010 110010 0 1001110 1001110 1010 0 1001110 110111

Color Harmonies of #E63232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63232

Black with #E63232

Text Example


Text Example

White with #E63232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63232; }

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

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

background-color css

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

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

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

border-color css

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

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

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