Html Css Color HEX #E63420 Cinnabar

📋 copy color: '#E63420'

red 230 ◦ green 52 ◦ blue 32

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

Shades of Cinnabar #E63420

Tints of Cinnabar #E63420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 73.25%
G = 16.56%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E63420 (or 0xE63420) is known color: Cinnabar. HEX triplet: E6, 34 and 20. RGB value is (230,52,32). Sum of RGB (Red+Green+Blue) = 230+52+32=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E63420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63420 is #19CBDF. Grayscale: #676767. Windows color (decimal): -1690592 or 2110694. OLE color: 2110694.

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

Color convert

RGB 230 52 32 -
CMYK 0 0.77 0.86 0.10
HSL 6.06º 0.8% 0.51% -
HSV(B) 6.06º 0.86% 0.9% -
XYZ 34.12 19.38 3.31 -
YUV 102.94 87.97 218.63 -
System Red Green Blue C M Y K H S L
Decimal 230 52 32 0 0.77 0.86 0.10 6.06 0.8 0.51
Hex E6 34 20 0 4D 56 A 6 50 33
Octal 346 64 40 0 115 126 12 6 120 63
Binary 11100110 110100 100000 0 1001101 1010110 1010 110 1010000 110011

Color Harmonies of #E63420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63420

Black with #E63420

Text Example


Text Example

White with #E63420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63420; }

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

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

background-color css

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

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

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

border-color css

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

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

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