Html Css Color HEX #E0003F Crimson

📋 copy color: '#E0003F'

red 224 ◦ green 0 ◦ blue 63

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

Shades of Crimson #E0003F

Tints of Crimson #E0003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 78.05%
G = 0%
B = 21.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0003F (or 0xE0003F) is known color: Crimson. HEX triplet: E0, 00 and 3F. RGB value is (224,0,63). Sum of RGB (Red+Green+Blue) = 224+0+63=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0003F is #1FFFC0. Grayscale: #4A4A4A. Windows color (decimal): -2097089 or 4128992. OLE color: 4128992.

HSL color Cylindrical-coordinate representation of color #E0003F: hue angle of 343.12º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0003F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 63 -
CMYK 0 1 0.72 0.12
HSL 343.13º 1% 0.44% -
HSV(B) 343.13º 1% 0.88% -
XYZ 31.64 16.21 6.16 -
YUV 74.16 121.71 234.88 -
System Red Green Blue C M Y K H S L
Decimal 224 0 63 0 1 0.72 0.12 343.13 1 0.44
Hex E0 0 3F 0 64 48 C 157 64 2C
Octal 340 0 77 0 144 110 14 527 144 54
Binary 11100000 0 111111 0 1100100 1001000 1100 101010111 1100100 101100

Color Harmonies of #E0003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0003F

Black with #E0003F

Text Example


Text Example

White with #E0003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0003F; }

 p { color: rgb(224,0,63); }

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

background-color css

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

 a { background-color: rgb(224,0,63); }

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

border-color css

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

 span { border-color: rgb(224,0,63); }

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