Html Css Color HEX #EA0F38 Crimson

📋 copy color: '#EA0F38'

red 234 ◦ green 15 ◦ blue 56

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

Shades of Crimson #EA0F38

Tints of Crimson #EA0F38

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 76.72%
G = 4.92%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA0F38 (or 0xEA0F38) is known color: Crimson. HEX triplet: EA, 0F and 38. RGB value is (234,15,56). Sum of RGB (Red+Green+Blue) = 234+15+56=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F38 is #15F0C7. Grayscale: #555555. Windows color (decimal): -1437896 or 3674090. OLE color: 3674090.

HSL color Cylindrical-coordinate representation of color #EA0F38: hue angle of 348.77º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F38 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 15 56 -
CMYK 0 0.94 0.76 0.08
HSL 348.77º 0.88% 0.49% -
HSV(B) 348.77º 0.94% 0.92% -
XYZ 34.82 18.12 5.4 -
YUV 85.16 111.55 234.17 -
System Red Green Blue C M Y K H S L
Decimal 234 15 56 0 0.94 0.76 0.08 348.77 0.88 0.49
Hex EA F 38 0 5E 4C 8 15D 58 31
Octal 352 17 70 0 136 114 10 535 130 61
Binary 11101010 1111 111000 0 1011110 1001100 1000 101011101 1011000 110001

Color Harmonies of #EA0F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F38

Black with #EA0F38

Text Example


Text Example

White with #EA0F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F38; }

 p { color: rgb(234,15,56); }

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

background-color css

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

 a { background-color: rgb(234,15,56); }

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

border-color css

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

 span { border-color: rgb(234,15,56); }

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