Html Css Color HEX #E4442A Cinnabar

📋 copy color: '#E4442A'

red 228 ◦ green 68 ◦ blue 42

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

Shades of Cinnabar #E4442A

Tints of Cinnabar #E4442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 67.46%
G = 20.12%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4442A (or 0xE4442A) is known color: Cinnabar. HEX triplet: E4, 44 and 2A. RGB value is (228,68,42). Sum of RGB (Red+Green+Blue) = 228+68+42=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4442A is #1BBBD5. Grayscale: #717171. Windows color (decimal): -1817558 or 2770148. OLE color: 2770148.

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

Color convert

RGB 228 68 42 -
CMYK 0 0.70 0.82 0.11
HSL 8.39º 0.78% 0.53% -
HSV(B) 8.39º 0.82% 0.89% -
XYZ 34.48 20.8 4.39 -
YUV 112.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 228 68 42 0 0.70 0.82 0.11 8.39 0.78 0.53
Hex E4 44 2A 0 46 52 B 8 4E 35
Octal 344 104 52 0 106 122 13 10 116 65
Binary 11100100 1000100 101010 0 1000110 1010010 1011 1000 1001110 110101

Color Harmonies of #E4442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4442A

Black with #E4442A

Text Example


Text Example

White with #E4442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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