Html Css Color HEX #E93425 Cinnabar

📋 copy color: '#E93425'

red 233 ◦ green 52 ◦ blue 37

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

Shades of Cinnabar #E93425

Tints of Cinnabar #E93425

RGB

 RED value IS 233 (91.41% from 255) = 72.36%

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 72.36%
G = 16.15%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E93425 (or 0xE93425) is known color: Cinnabar. HEX triplet: E9, 34 and 25. RGB value is (233,52,37). Sum of RGB (Red+Green+Blue) = 233+52+37=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E93425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93425 is #16CBDA. Grayscale: #686868. Windows color (decimal): -1493979 or 2438377. OLE color: 2438377.

HSL color Cylindrical-coordinate representation of color #E93425: hue angle of 4.59º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E93425 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 37 -
CMYK 0 0.78 0.84 0.09
HSL 4.59º 0.82% 0.53% -
HSV(B) 4.59º 0.84% 0.91% -
XYZ 35.17 19.91 3.74 -
YUV 104.41 89.97 219.72 -
System Red Green Blue C M Y K H S L
Decimal 233 52 37 0 0.78 0.84 0.09 4.59 0.82 0.53
Hex E9 34 25 0 4E 54 9 5 52 35
Octal 351 64 45 0 116 124 11 5 122 65
Binary 11101001 110100 100101 0 1001110 1010100 1001 101 1010010 110101

Color Harmonies of #E93425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93425

Black with #E93425

Text Example


Text Example

White with #E93425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93425; }

 p { color: rgb(233,52,37); }

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

background-color css

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

 a { background-color: rgb(233,52,37); }

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

border-color css

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

 span { border-color: rgb(233,52,37); }

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