Html Css Color HEX #E00930 Crimson

📋 copy color: '#E00930'

red 224 ◦ green 9 ◦ blue 48

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

Shades of Crimson #E00930

Tints of Crimson #E00930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 79.72%
G = 3.2%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E00930 (or 0xE00930) is known color: Crimson. HEX triplet: E0, 09 and 30. RGB value is (224,9,48). Sum of RGB (Red+Green+Blue) = 224+9+48=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00930 is #1FF6CF. Grayscale: #4D4D4D. Windows color (decimal): -2094800 or 3148256. OLE color: 3148256.

HSL color Cylindrical-coordinate representation of color #E00930: hue angle of 349.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00930 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 48 -
CMYK 0 0.96 0.79 0.12
HSL 349.12º 0.92% 0.46% -
HSV(B) 349.12º 0.96% 0.88% -
XYZ 31.37 16.26 4.28 -
YUV 77.73 111.23 232.33 -
System Red Green Blue C M Y K H S L
Decimal 224 9 48 0 0.96 0.79 0.12 349.12 0.92 0.46
Hex E0 9 30 0 60 4F C 15D 5C 2E
Octal 340 11 60 0 140 117 14 535 134 56
Binary 11100000 1001 110000 0 1100000 1001111 1100 101011101 1011100 101110

Color Harmonies of #E00930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00930

Black with #E00930

Text Example


Text Example

White with #E00930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00930; }

 p { color: rgb(224,9,48); }

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

background-color css

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

 a { background-color: rgb(224,9,48); }

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

border-color css

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

 span { border-color: rgb(224,9,48); }

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