Html Css Color HEX #E24325 Cinnabar

📋 copy color: '#E24325'

red 226 ◦ green 67 ◦ blue 37

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

Shades of Cinnabar #E24325

Tints of Cinnabar #E24325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 68.48%
G = 20.3%
B = 11.21%

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

#E24325 (or 0xE24325) is known color: Cinnabar. HEX triplet: E2, 43 and 25. RGB value is (226,67,37). Sum of RGB (Red+Green+Blue) = 226+67+37=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E24325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24325 is #1DBCDA. Grayscale: #6F6F6F. Windows color (decimal): -1948891 or 2442210. OLE color: 2442210.

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

Color convert

RGB 226 67 37 -
CMYK 0 0.70 0.84 0.11
HSL 9.52º 0.77% 0.52% -
HSV(B) 9.52º 0.84% 0.89% -
XYZ 33.71 20.32 3.9 -
YUV 111.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 226 67 37 0 0.70 0.84 0.11 9.52 0.77 0.52
Hex E2 43 25 0 46 54 B A 4D 34
Octal 342 103 45 0 106 124 13 12 115 64
Binary 11100010 1000011 100101 0 1000110 1010100 1011 1010 1001101 110100

Color Harmonies of #E24325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24325

Black with #E24325

Text Example


Text Example

White with #E24325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24325; }

 p { color: rgb(226,67,37); }

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

background-color css

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

 a { background-color: rgb(226,67,37); }

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

border-color css

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

 span { border-color: rgb(226,67,37); }

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