Html Css Color HEX #E62C20 Cinnabar

📋 copy color: '#E62C20'

red 230 ◦ green 44 ◦ blue 32

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

Shades of Cinnabar #E62C20

Tints of Cinnabar #E62C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 75.16%
G = 14.38%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E62C20 (or 0xE62C20) is known color: Cinnabar. HEX triplet: E6, 2C and 20. RGB value is (230,44,32). Sum of RGB (Red+Green+Blue) = 230+44+32=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62C20 is #19D3DF. Grayscale: #626262. Windows color (decimal): -1692640 or 2108646. OLE color: 2108646.

HSL color Cylindrical-coordinate representation of color #E62C20: hue angle of 3.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62C20 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 44 32 -
CMYK 0 0.81 0.86 0.10
HSL 3.64º 0.8% 0.51% -
HSV(B) 3.64º 0.86% 0.9% -
XYZ 33.79 18.73 3.2 -
YUV 98.25 90.62 221.98 -
System Red Green Blue C M Y K H S L
Decimal 230 44 32 0 0.81 0.86 0.10 3.64 0.8 0.51
Hex E6 2C 20 0 51 56 A 4 50 33
Octal 346 54 40 0 121 126 12 4 120 63
Binary 11100110 101100 100000 0 1010001 1010110 1010 100 1010000 110011

Color Harmonies of #E62C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62C20

Black with #E62C20

Text Example


Text Example

White with #E62C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62C20; }

 p { color: rgb(230,44,32); }

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

background-color css

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

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

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

border-color css

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

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

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