Html Css Color HEX #E00730 Crimson

📋 copy color: '#E00730'

red 224 ◦ green 7 ◦ blue 48

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

Shades of Crimson #E00730

Tints of Crimson #E00730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 80.29%
G = 2.51%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E00730 (or 0xE00730) is known color: Crimson. HEX triplet: E0, 07 and 30. RGB value is (224,7,48). Sum of RGB (Red+Green+Blue) = 224+7+48=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E00730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00730 is #1FF8CF. Grayscale: #4C4C4C. Windows color (decimal): -2095312 or 3147744. OLE color: 3147744.

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

Color convert

RGB 224 7 48 -
CMYK 0 0.97 0.79 0.12
HSL 348.66º 0.94% 0.45% -
HSV(B) 348.66º 0.97% 0.88% -
XYZ 31.35 16.21 4.27 -
YUV 76.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 224 7 48 0 0.97 0.79 0.12 348.66 0.94 0.45
Hex E0 7 30 0 61 4F C 15D 5E 2D
Octal 340 7 60 0 141 117 14 535 136 55
Binary 11100000 111 110000 0 1100001 1001111 1100 101011101 1011110 101101

Color Harmonies of #E00730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00730

Black with #E00730

Text Example


Text Example

White with #E00730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00730; }

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

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

background-color css

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

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

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

border-color css

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

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

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