Html Css Color HEX #E44B2C Cinnabar

📋 copy color: '#E44B2C'

red 228 ◦ green 75 ◦ blue 44

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

Shades of Cinnabar #E44B2C

Tints of Cinnabar #E44B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 65.71%
G = 21.61%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E44B2C (or 0xE44B2C) is known color: Cinnabar. HEX triplet: E4, 4B and 2C. RGB value is (228,75,44). Sum of RGB (Red+Green+Blue) = 228+75+44=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44B2C is #1BB4D3. Grayscale: #757575. Windows color (decimal): -1815764 or 2903012. OLE color: 2903012.

HSL color Cylindrical-coordinate representation of color #E44B2C: hue angle of 10.11º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E44B2C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 75 44 -
CMYK 0 0.67 0.81 0.11
HSL 10.11º 0.77% 0.53% -
HSV(B) 10.11º 0.81% 0.89% -
XYZ 34.97 21.71 4.73 -
YUV 117.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 228 75 44 0 0.67 0.81 0.11 10.11 0.77 0.53
Hex E4 4B 2C 0 43 51 B A 4D 35
Octal 344 113 54 0 103 121 13 12 115 65
Binary 11100100 1001011 101100 0 1000011 1010001 1011 1010 1001101 110101

Color Harmonies of #E44B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44B2C

Black with #E44B2C

Text Example


Text Example

White with #E44B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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