Html Css Color HEX #E00340 Crimson

📋 copy color: '#E00340'

red 224 ◦ green 3 ◦ blue 64

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

Shades of Crimson #E00340

Tints of Crimson #E00340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 76.98%
G = 1.03%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00340 (or 0xE00340) is known color: Crimson. HEX triplet: E0, 03 and 40. RGB value is (224,3,64). Sum of RGB (Red+Green+Blue) = 224+3+64=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E00340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00340 is #1FFCBF. Grayscale: #4C4C4C. Windows color (decimal): -2096320 or 4195296. OLE color: 4195296.

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

Color convert

RGB 224 3 64 -
CMYK 0 0.99 0.71 0.12
HSL 343.44º 0.97% 0.45% -
HSV(B) 343.44º 0.99% 0.88% -
XYZ 31.7 16.28 6.32 -
YUV 76.03 121.22 233.54 -
System Red Green Blue C M Y K H S L
Decimal 224 3 64 0 0.99 0.71 0.12 343.44 0.97 0.45
Hex E0 3 40 0 63 47 C 157 61 2D
Octal 340 3 100 0 143 107 14 527 141 55
Binary 11100000 11 1000000 0 1100011 1000111 1100 101010111 1100001 101101

Color Harmonies of #E00340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00340

Black with #E00340

Text Example


Text Example

White with #E00340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00340; }

 p { color: rgb(224,3,64); }

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

background-color css

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

 a { background-color: rgb(224,3,64); }

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

border-color css

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

 span { border-color: rgb(224,3,64); }

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