Html Css Color HEX #E44A27 Cinnabar

📋 copy color: '#E44A27'

red 228 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #E44A27

Tints of Cinnabar #E44A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 66.86%
G = 21.7%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E44A27 (or 0xE44A27) is known color: Cinnabar. HEX triplet: E4, 4A and 27. RGB value is (228,74,39). Sum of RGB (Red+Green+Blue) = 228+74+39=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A27 is #1BB5D8. Grayscale: #747474. Windows color (decimal): -1816025 or 2575076. OLE color: 2575076.

HSL color Cylindrical-coordinate representation of color #E44A27: hue angle of 11.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E44A27 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 74 39 -
CMYK 0 0.68 0.83 0.11
HSL 11.11º 0.78% 0.52% -
HSV(B) 11.11º 0.83% 0.89% -
XYZ 34.81 21.54 4.24 -
YUV 116.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 228 74 39 0 0.68 0.83 0.11 11.11 0.78 0.52
Hex E4 4A 27 0 44 53 B B 4E 34
Octal 344 112 47 0 104 123 13 13 116 64
Binary 11100100 1001010 100111 0 1000100 1010011 1011 1011 1001110 110100

Color Harmonies of #E44A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A27

Black with #E44A27

Text Example


Text Example

White with #E44A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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