Html Css Color HEX #E44525 Cinnabar

📋 copy color: '#E44525'

red 228 ◦ green 69 ◦ blue 37

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

Shades of Cinnabar #E44525

Tints of Cinnabar #E44525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 68.26%
G = 20.66%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E44525 (or 0xE44525) is known color: Cinnabar. HEX triplet: E4, 45 and 25. RGB value is (228,69,37). Sum of RGB (Red+Green+Blue) = 228+69+37=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E44525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44525 is #1BBADA. Grayscale: #717171. Windows color (decimal): -1817307 or 2442724. OLE color: 2442724.

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

Color convert

RGB 228 69 37 -
CMYK 0 0.70 0.84 0.11
HSL 10.05º 0.78% 0.52% -
HSV(B) 10.05º 0.84% 0.89% -
XYZ 34.46 20.88 3.97 -
YUV 112.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 228 69 37 0 0.70 0.84 0.11 10.05 0.78 0.52
Hex E4 45 25 0 46 54 B A 4E 34
Octal 344 105 45 0 106 124 13 12 116 64
Binary 11100100 1000101 100101 0 1000110 1010100 1011 1010 1001110 110100

Color Harmonies of #E44525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44525

Black with #E44525

Text Example


Text Example

White with #E44525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44525; }

 p { color: rgb(228,69,37); }

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

background-color css

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

 a { background-color: rgb(228,69,37); }

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

border-color css

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

 span { border-color: rgb(228,69,37); }

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