Html Css Color HEX #E00530 Crimson

📋 copy color: '#E00530'

red 224 ◦ green 5 ◦ blue 48

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

Shades of Crimson #E00530

Tints of Crimson #E00530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 80.87%
G = 1.81%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E00530 (or 0xE00530) is known color: Crimson. HEX triplet: E0, 05 and 30. RGB value is (224,5,48). Sum of RGB (Red+Green+Blue) = 224+5+48=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E00530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00530 is #1FFACF. Grayscale: #4B4B4B. Windows color (decimal): -2095824 or 3147232. OLE color: 3147232.

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

Color convert

RGB 224 5 48 -
CMYK 0 0.98 0.79 0.12
HSL 348.22º 0.96% 0.45% -
HSV(B) 348.22º 0.98% 0.88% -
XYZ 31.33 16.17 4.27 -
YUV 75.38 112.55 234 -
System Red Green Blue C M Y K H S L
Decimal 224 5 48 0 0.98 0.79 0.12 348.22 0.96 0.45
Hex E0 5 30 0 62 4F C 15C 60 2D
Octal 340 5 60 0 142 117 14 534 140 55
Binary 11100000 101 110000 0 1100010 1001111 1100 101011100 1100000 101101

Color Harmonies of #E00530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00530

Black with #E00530

Text Example


Text Example

White with #E00530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00530; }

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

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

background-color css

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

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

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

border-color css

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

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

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