Html Css Color HEX #E5402A Cinnabar

📋 copy color: '#E5402A'

red 229 ◦ green 64 ◦ blue 42

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

Shades of Cinnabar #E5402A

Tints of Cinnabar #E5402A

RGB

 RED value IS 229 (89.84% from 255) = 68.36%

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 68.36%
G = 19.1%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5402A (or 0xE5402A) is known color: Cinnabar. HEX triplet: E5, 40 and 2A. RGB value is (229,64,42). Sum of RGB (Red+Green+Blue) = 229+64+42=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E5402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5402A is #1ABFD5. Grayscale: #6F6F6F. Windows color (decimal): -1753046 or 2769125. OLE color: 2769125.

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

Color convert

RGB 229 64 42 -
CMYK 0 0.72 0.82 0.10
HSL 7.06º 0.78% 0.53% -
HSV(B) 7.06º 0.82% 0.9% -
XYZ 34.56 20.49 4.32 -
YUV 110.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 229 64 42 0 0.72 0.82 0.10 7.06 0.78 0.53
Hex E5 40 2A 0 48 52 A 7 4E 35
Octal 345 100 52 0 110 122 12 7 116 65
Binary 11100101 1000000 101010 0 1001000 1010010 1010 111 1001110 110101

Color Harmonies of #E5402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5402A

Black with #E5402A

Text Example


Text Example

White with #E5402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5402A; }

 p { color: rgb(229,64,42); }

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

background-color css

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

 a { background-color: rgb(229,64,42); }

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

border-color css

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

 span { border-color: rgb(229,64,42); }

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