Html Css Color HEX #EA0342 Crimson

📋 copy color: '#EA0342'

red 234 ◦ green 3 ◦ blue 66

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

Shades of Crimson #EA0342

Tints of Crimson #EA0342

RGB

 RED value IS 234 (91.8% from 255) = 77.23%

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

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

R = 77.23%
G = 0.99%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA0342 (or 0xEA0342) is known color: Crimson. HEX triplet: EA, 03 and 42. RGB value is (234,3,66). Sum of RGB (Red+Green+Blue) = 234+3+66=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0342 is #15FCBD. Grayscale: #4F4F4F. Windows color (decimal): -1440958 or 4326378. OLE color: 4326378.

HSL color Cylindrical-coordinate representation of color #EA0342: hue angle of 343.64º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0342 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 66 -
CMYK 0 0.99 0.72 0.08
HSL 343.64º 0.97% 0.46% -
HSV(B) 343.64º 0.99% 0.92% -
XYZ 34.95 17.95 6.78 -
YUV 79.25 120.53 238.38 -
System Red Green Blue C M Y K H S L
Decimal 234 3 66 0 0.99 0.72 0.08 343.64 0.97 0.46
Hex EA 3 42 0 63 48 8 158 61 2E
Octal 352 3 102 0 143 110 10 530 141 56
Binary 11101010 11 1000010 0 1100011 1001000 1000 101011000 1100001 101110

Color Harmonies of #EA0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0342

Black with #EA0342

Text Example


Text Example

White with #EA0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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