Html Css Color HEX #E43A2A Cinnabar

📋 copy color: '#E43A2A'

red 228 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #E43A2A

Tints of Cinnabar #E43A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 69.51%
G = 17.68%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E43A2A (or 0xE43A2A) is known color: Cinnabar. HEX triplet: E4, 3A and 2A. RGB value is (228,58,42). Sum of RGB (Red+Green+Blue) = 228+58+42=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E43A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43A2A is #1BC5D5. Grayscale: #6B6B6B. Windows color (decimal): -1820118 or 2767588. OLE color: 2767588.

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

Color convert

RGB 228 58 42 -
CMYK 0 0.75 0.82 0.11
HSL 5.16º 0.78% 0.53% -
HSV(B) 5.16º 0.82% 0.89% -
XYZ 33.93 19.69 4.2 -
YUV 107.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 228 58 42 0 0.75 0.82 0.11 5.16 0.78 0.53
Hex E4 3A 2A 0 4B 52 B 5 4E 35
Octal 344 72 52 0 113 122 13 5 116 65
Binary 11100100 111010 101010 0 1001011 1010010 1011 101 1001110 110101

Color Harmonies of #E43A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43A2A

Black with #E43A2A

Text Example


Text Example

White with #E43A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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