Html Css Color HEX #E42E2A Cinnabar

📋 copy color: '#E42E2A'

red 228 ◦ green 46 ◦ blue 42

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

Shades of Cinnabar #E42E2A

Tints of Cinnabar #E42E2A

RGB

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

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

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

R = 72.15%
G = 14.56%
B = 13.29%

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

#E42E2A (or 0xE42E2A) is known color: Cinnabar. HEX triplet: E4, 2E and 2A. RGB value is (228,46,42). Sum of RGB (Red+Green+Blue) = 228+46+42=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E2A is #1BD1D5. Grayscale: #646464. Windows color (decimal): -1823190 or 2764516. OLE color: 2764516.

HSL color Cylindrical-coordinate representation of color #E42E2A: hue angle of 1.29º degrees, saturation: 0.77, 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 #E42E2A is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 46 42 -
CMYK 0 0.80 0.82 0.11
HSL 1.29º 0.78% 0.53% -
HSV(B) 1.29º 0.82% 0.89% -
XYZ 33.39 18.62 4.02 -
YUV 99.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 228 46 42 0 0.80 0.82 0.11 1.29 0.78 0.53
Hex E4 2E 2A 0 50 52 B 1 4E 35
Octal 344 56 52 0 120 122 13 1 116 65
Binary 11100100 101110 101010 0 1010000 1010010 1011 1 1001110 110101

Color Harmonies of #E42E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42E2A

Black with #E42E2A

Text Example


Text Example

White with #E42E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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