Html Css Color HEX #E42B1E Cinnabar

📋 copy color: '#E42B1E'

red 228 ◦ green 43 ◦ blue 30

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

Shades of Cinnabar #E42B1E

Tints of Cinnabar #E42B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 75.75%
G = 14.29%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E42B1E (or 0xE42B1E) is known color: Cinnabar. HEX triplet: E4, 2B and 1E. RGB value is (228,43,30). Sum of RGB (Red+Green+Blue) = 228+43+30=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B1E is #1BD4E1. Grayscale: #616161. Windows color (decimal): -1823970 or 1977316. OLE color: 1977316.

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

Color convert

RGB 228 43 30 -
CMYK 0 0.81 0.87 0.11
HSL 3.94º 0.79% 0.51% -
HSV(B) 3.94º 0.87% 0.89% -
XYZ 33.09 18.32 3.02 -
YUV 96.83 90.29 221.56 -
System Red Green Blue C M Y K H S L
Decimal 228 43 30 0 0.81 0.87 0.11 3.94 0.79 0.51
Hex E4 2B 1E 0 51 57 B 4 4F 33
Octal 344 53 36 0 121 127 13 4 117 63
Binary 11100100 101011 11110 0 1010001 1010111 1011 100 1001111 110011

Color Harmonies of #E42B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42B1E

Black with #E42B1E

Text Example


Text Example

White with #E42B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42B1E; }

 p { color: rgb(228,43,30); }

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

background-color css

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

 a { background-color: rgb(228,43,30); }

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

border-color css

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

 span { border-color: rgb(228,43,30); }

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