Html Css Color HEX #E00F42 Crimson

📋 copy color: '#E00F42'

red 224 ◦ green 15 ◦ blue 66

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

Shades of Crimson #E00F42

Tints of Crimson #E00F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 73.44%
G = 4.92%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00F42 (or 0xE00F42) is known color: Crimson. HEX triplet: E0, 0F and 42. RGB value is (224,15,66). Sum of RGB (Red+Green+Blue) = 224+15+66=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F42 is #1FF0BD. Grayscale: #535353. Windows color (decimal): -2093246 or 4329440. OLE color: 4329440.

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

Color convert

RGB 224 15 66 -
CMYK 0 0.93 0.71 0.12
HSL 345.36º 0.87% 0.47% -
HSV(B) 345.36º 0.93% 0.88% -
XYZ 31.89 16.58 6.67 -
YUV 83.31 118.24 228.35 -
System Red Green Blue C M Y K H S L
Decimal 224 15 66 0 0.93 0.71 0.12 345.36 0.87 0.47
Hex E0 F 42 0 5D 47 C 159 57 2F
Octal 340 17 102 0 135 107 14 531 127 57
Binary 11100000 1111 1000010 0 1011101 1000111 1100 101011001 1010111 101111

Color Harmonies of #E00F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F42

Black with #E00F42

Text Example


Text Example

White with #E00F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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