Html Css Color HEX #E42E29 Cinnabar

📋 copy color: '#E42E29'

red 228 ◦ green 46 ◦ blue 41

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

Shades of Cinnabar #E42E29

Tints of Cinnabar #E42E29

RGB

 RED value IS 228 (89.45% from 255) = 72.38%

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 72.38%
G = 14.6%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E42E29 (or 0xE42E29) is known color: Cinnabar. HEX triplet: E4, 2E and 29. RGB value is (228,46,41). Sum of RGB (Red+Green+Blue) = 228+46+41=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E29 is #1BD1D6. Grayscale: #646464. Windows color (decimal): -1823191 or 2698980. OLE color: 2698980.

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

Color convert

RGB 228 46 41 -
CMYK 0 0.80 0.82 0.11
HSL 1.6º 0.78% 0.53% -
HSV(B) 1.6º 0.82% 0.89% -
XYZ 33.37 18.61 3.93 -
YUV 99.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 228 46 41 0 0.80 0.82 0.11 1.6 0.78 0.53
Hex E4 2E 29 0 50 52 B 2 4E 35
Octal 344 56 51 0 120 122 13 2 116 65
Binary 11100100 101110 101001 0 1010000 1010010 1011 10 1001110 110101

Color Harmonies of #E42E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42E29

Black with #E42E29

Text Example


Text Example

White with #E42E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42E29; }

 p { color: rgb(228,46,41); }

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

background-color css

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

 a { background-color: rgb(228,46,41); }

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

border-color css

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

 span { border-color: rgb(228,46,41); }

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