Html Css Color HEX #E00342 Crimson

📋 copy color: '#E00342'

red 224 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E00342

Tints of Crimson #E00342

RGB

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

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

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

R = 76.45%
G = 1.02%
B = 22.53%

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

#E00342 (or 0xE00342) is known color: Crimson. HEX triplet: E0, 03 and 42. RGB value is (224,3,66). Sum of RGB (Red+Green+Blue) = 224+3+66=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E00342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00342 is #1FFCBD. Grayscale: #4C4C4C. Windows color (decimal): -2096318 or 4326368. OLE color: 4326368.

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

Color convert

RGB 224 3 66 -
CMYK 0 0.99 0.71 0.12
HSL 342.9º 0.97% 0.45% -
HSV(B) 342.9º 0.99% 0.88% -
XYZ 31.76 16.31 6.63 -
YUV 76.26 122.22 233.38 -
System Red Green Blue C M Y K H S L
Decimal 224 3 66 0 0.99 0.71 0.12 342.9 0.97 0.45
Hex E0 3 42 0 63 47 C 157 61 2D
Octal 340 3 102 0 143 107 14 527 141 55
Binary 11100000 11 1000010 0 1100011 1000111 1100 101010111 1100001 101101

Color Harmonies of #E00342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00342

Black with #E00342

Text Example


Text Example

White with #E00342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00342; }

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

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

background-color css

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

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

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

border-color css

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

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

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