Html Css Color HEX #E44B2A Cinnabar

📋 copy color: '#E44B2A'

red 228 ◦ green 75 ◦ blue 42

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

Shades of Cinnabar #E44B2A

Tints of Cinnabar #E44B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.74%

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

R = 66.09%
G = 21.74%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E44B2A (or 0xE44B2A) is known color: Cinnabar. HEX triplet: E4, 4B and 2A. RGB value is (228,75,42). Sum of RGB (Red+Green+Blue) = 228+75+42=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44B2A is #1BB4D5. Grayscale: #757575. Windows color (decimal): -1815766 or 2771940. OLE color: 2771940.

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

Color convert

RGB 228 75 42 -
CMYK 0 0.67 0.82 0.11
HSL 10.65º 0.78% 0.53% -
HSV(B) 10.65º 0.82% 0.89% -
XYZ 34.93 21.69 4.54 -
YUV 116.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 228 75 42 0 0.67 0.82 0.11 10.65 0.78 0.53
Hex E4 4B 2A 0 43 52 B B 4E 35
Octal 344 113 52 0 103 122 13 13 116 65
Binary 11100100 1001011 101010 0 1000011 1010010 1011 1011 1001110 110101

Color Harmonies of #E44B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44B2A

Black with #E44B2A

Text Example


Text Example

White with #E44B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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