Html Css Color HEX #E44A2A Cinnabar

📋 copy color: '#E44A2A'

red 228 ◦ green 74 ◦ blue 42

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

Shades of Cinnabar #E44A2A

Tints of Cinnabar #E44A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

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

R = 66.28%
G = 21.51%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E44A2A (or 0xE44A2A) is known color: Cinnabar. HEX triplet: E4, 4A and 2A. RGB value is (228,74,42). Sum of RGB (Red+Green+Blue) = 228+74+42=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A2A is #1BB5D5. Grayscale: #747474. Windows color (decimal): -1816022 or 2771684. OLE color: 2771684.

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

Color convert

RGB 228 74 42 -
CMYK 0 0.68 0.82 0.11
HSL 10.32º 0.78% 0.53% -
HSV(B) 10.32º 0.82% 0.89% -
XYZ 34.86 21.56 4.51 -
YUV 116.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 228 74 42 0 0.68 0.82 0.11 10.32 0.78 0.53
Hex E4 4A 2A 0 44 52 B A 4E 35
Octal 344 112 52 0 104 122 13 12 116 65
Binary 11100100 1001010 101010 0 1000100 1010010 1011 1010 1001110 110101

Color Harmonies of #E44A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A2A

Black with #E44A2A

Text Example


Text Example

White with #E44A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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