Html Css Color HEX #E42B2A Cinnabar

📋 copy color: '#E42B2A'

red 228 ◦ green 43 ◦ blue 42

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

Shades of Cinnabar #E42B2A

Tints of Cinnabar #E42B2A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

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

R = 72.84%
G = 13.74%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E42B2A (or 0xE42B2A) is known color: Cinnabar. HEX triplet: E4, 2B and 2A. RGB value is (228,43,42). Sum of RGB (Red+Green+Blue) = 228+43+42=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B2A is #1BD4D5. Grayscale: #626262. Windows color (decimal): -1823958 or 2763748. OLE color: 2763748.

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

Color convert

RGB 228 43 42 -
CMYK 0 0.81 0.82 0.11
HSL 0.32º 0.78% 0.53% -
HSV(B) 0.32º 0.82% 0.89% -
XYZ 33.28 18.39 3.99 -
YUV 98.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 228 43 42 0 0.81 0.82 0.11 0.32 0.78 0.53
Hex E4 2B 2A 0 51 52 B 0 4E 35
Octal 344 53 52 0 121 122 13 0 116 65
Binary 11100100 101011 101010 0 1010001 1010010 1011 0 1001110 110101

Color Harmonies of #E42B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42B2A

Black with #E42B2A

Text Example


Text Example

White with #E42B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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