Html Css Color HEX #E24B1E Cinnabar

📋 copy color: '#E24B1E'

red 226 ◦ green 75 ◦ blue 30

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

Shades of Cinnabar #E24B1E

Tints of Cinnabar #E24B1E

RGB

 RED value IS 226 (88.67% from 255) = 68.28%

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

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

R = 68.28%
G = 22.66%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E24B1E (or 0xE24B1E) is known color: Cinnabar. HEX triplet: E2, 4B and 1E. RGB value is (226,75,30). Sum of RGB (Red+Green+Blue) = 226+75+30=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24B1E is #1DB4E1. Grayscale: #737373. Windows color (decimal): -1946850 or 1985506. OLE color: 1985506.

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

Color convert

RGB 226 75 30 -
CMYK 0 0.67 0.87 0.11
HSL 13.78º 0.77% 0.5% -
HSV(B) 13.78º 0.87% 0.89% -
XYZ 34.11 21.29 3.54 -
YUV 115.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 226 75 30 0 0.67 0.87 0.11 13.78 0.77 0.5
Hex E2 4B 1E 0 43 57 B E 4D 32
Octal 342 113 36 0 103 127 13 16 115 62
Binary 11100010 1001011 11110 0 1000011 1010111 1011 1110 1001101 110010

Color Harmonies of #E24B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24B1E

Black with #E24B1E

Text Example


Text Example

White with #E24B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24B1E; }

 p { color: rgb(226,75,30); }

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

background-color css

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

 a { background-color: rgb(226,75,30); }

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

border-color css

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

 span { border-color: rgb(226,75,30); }

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