Html Css Color HEX #E04425 Cinnabar

📋 copy color: '#E04425'

red 224 ◦ green 68 ◦ blue 37

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

Shades of Cinnabar #E04425

Tints of Cinnabar #E04425

RGB

 RED value IS 224 (87.89% from 255) = 68.09%

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

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

R = 68.09%
G = 20.67%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E04425 (or 0xE04425) is known color: Cinnabar. HEX triplet: E0, 44 and 25. RGB value is (224,68,37). Sum of RGB (Red+Green+Blue) = 224+68+37=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E04425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04425 is #1FBBDA. Grayscale: #6F6F6F. Windows color (decimal): -2079707 or 2442464. OLE color: 2442464.

HSL color Cylindrical-coordinate representation of color #E04425: hue angle of 9.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E04425 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 37 -
CMYK 0 0.70 0.83 0.12
HSL 9.95º 0.75% 0.51% -
HSV(B) 9.95º 0.83% 0.88% -
XYZ 33.14 20.12 3.89 -
YUV 111.11 86.18 208.52 -
System Red Green Blue C M Y K H S L
Decimal 224 68 37 0 0.70 0.83 0.12 9.95 0.75 0.51
Hex E0 44 25 0 46 53 C A 4B 33
Octal 340 104 45 0 106 123 14 12 113 63
Binary 11100000 1000100 100101 0 1000110 1010011 1100 1010 1001011 110011

Color Harmonies of #E04425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04425

Black with #E04425

Text Example


Text Example

White with #E04425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04425; }

 p { color: rgb(224,68,37); }

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

background-color css

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

 a { background-color: rgb(224,68,37); }

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

border-color css

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

 span { border-color: rgb(224,68,37); }

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