Html Css Color HEX #E00F29 Crimson

📋 copy color: '#E00F29'

red 224 ◦ green 15 ◦ blue 41

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

Shades of Crimson #E00F29

Tints of Crimson #E00F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 80%
G = 5.36%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00F29 (or 0xE00F29) is known color: Crimson. HEX triplet: E0, 0F and 29. RGB value is (224,15,41). Sum of RGB (Red+Green+Blue) = 224+15+41=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F29 is #1FF0D6. Grayscale: #505050. Windows color (decimal): -2093271 or 2691040. OLE color: 2691040.

HSL color Cylindrical-coordinate representation of color #E00F29: hue angle of 352.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F29 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 41 -
CMYK 0 0.93 0.82 0.12
HSL 352.54º 0.87% 0.47% -
HSV(B) 352.54º 0.93% 0.88% -
XYZ 31.31 16.35 3.6 -
YUV 80.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 224 15 41 0 0.93 0.82 0.12 352.54 0.87 0.47
Hex E0 F 29 0 5D 52 C 161 57 2F
Octal 340 17 51 0 135 122 14 541 127 57
Binary 11100000 1111 101001 0 1011101 1010010 1100 101100001 1010111 101111

Color Harmonies of #E00F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F29

Black with #E00F29

Text Example


Text Example

White with #E00F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F29; }

 p { color: rgb(224,15,41); }

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

background-color css

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

 a { background-color: rgb(224,15,41); }

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

border-color css

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

 span { border-color: rgb(224,15,41); }

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