Html Css Color HEX #EA0B42 Crimson

📋 copy color: '#EA0B42'

red 234 ◦ green 11 ◦ blue 66

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

Shades of Crimson #EA0B42

Tints of Crimson #EA0B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

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

R = 75.24%
G = 3.54%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA0B42 (or 0xEA0B42) is known color: Crimson. HEX triplet: EA, 0B and 42. RGB value is (234,11,66). Sum of RGB (Red+Green+Blue) = 234+11+66=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0B42 is #15F4BD. Grayscale: #535353. Windows color (decimal): -1438910 or 4328426. OLE color: 4328426.

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

Color convert

RGB 234 11 66 -
CMYK 0 0.95 0.72 0.08
HSL 345.2º 0.91% 0.48% -
HSV(B) 345.2º 0.95% 0.92% -
XYZ 35.03 18.13 6.81 -
YUV 83.95 117.88 235.03 -
System Red Green Blue C M Y K H S L
Decimal 234 11 66 0 0.95 0.72 0.08 345.2 0.91 0.48
Hex EA B 42 0 5F 48 8 159 5B 30
Octal 352 13 102 0 137 110 10 531 133 60
Binary 11101010 1011 1000010 0 1011111 1001000 1000 101011001 1011011 110000

Color Harmonies of #EA0B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B42

Black with #EA0B42

Text Example


Text Example

White with #EA0B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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