Html Css Color HEX #E00F35 Crimson

📋 copy color: '#E00F35'

red 224 ◦ green 15 ◦ blue 53

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

Shades of Crimson #E00F35

Tints of Crimson #E00F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 76.71%
G = 5.14%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E00F35 (or 0xE00F35) is known color: Crimson. HEX triplet: E0, 0F and 35. RGB value is (224,15,53). Sum of RGB (Red+Green+Blue) = 224+15+53=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F35 is #1FF0CA. Grayscale: #515151. Windows color (decimal): -2093259 or 3477472. OLE color: 3477472.

HSL color Cylindrical-coordinate representation of color #E00F35: hue angle of 349.09º 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 #E00F35 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 53 -
CMYK 0 0.93 0.76 0.12
HSL 349.09º 0.87% 0.47% -
HSV(B) 349.09º 0.93% 0.88% -
XYZ 31.55 16.45 4.88 -
YUV 81.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 224 15 53 0 0.93 0.76 0.12 349.09 0.87 0.47
Hex E0 F 35 0 5D 4C C 15D 57 2F
Octal 340 17 65 0 135 114 14 535 127 57
Binary 11100000 1111 110101 0 1011101 1001100 1100 101011101 1010111 101111

Color Harmonies of #E00F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F35

Black with #E00F35

Text Example


Text Example

White with #E00F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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