Html Css Color HEX #EA0B37 Crimson

📋 copy color: '#EA0B37'

red 234 ◦ green 11 ◦ blue 55

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

Shades of Crimson #EA0B37

Tints of Crimson #EA0B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 78%
G = 3.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA0B37 (or 0xEA0B37) is known color: Crimson. HEX triplet: EA, 0B and 37. RGB value is (234,11,55). Sum of RGB (Red+Green+Blue) = 234+11+55=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0B37 is #15F4C8. Grayscale: #525252. Windows color (decimal): -1438921 or 3607530. OLE color: 3607530.

HSL color Cylindrical-coordinate representation of color #EA0B37: hue angle of 348.16º 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 #EA0B37 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 11 55 -
CMYK 0 0.95 0.76 0.08
HSL 348.16º 0.91% 0.48% -
HSV(B) 348.16º 0.95% 0.92% -
XYZ 34.74 18.01 5.26 -
YUV 82.69 112.38 235.92 -
System Red Green Blue C M Y K H S L
Decimal 234 11 55 0 0.95 0.76 0.08 348.16 0.91 0.48
Hex EA B 37 0 5F 4C 8 15C 5B 30
Octal 352 13 67 0 137 114 10 534 133 60
Binary 11101010 1011 110111 0 1011111 1001100 1000 101011100 1011011 110000

Color Harmonies of #EA0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B37

Black with #EA0B37

Text Example


Text Example

White with #EA0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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