Html Css Color HEX #EA033F Crimson

📋 copy color: '#EA033F'

red 234 ◦ green 3 ◦ blue 63

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

Shades of Crimson #EA033F

Tints of Crimson #EA033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 78%
G = 1%
B = 21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA033F (or 0xEA033F) is known color: Crimson. HEX triplet: EA, 03 and 3F. RGB value is (234,3,63). Sum of RGB (Red+Green+Blue) = 234+3+63=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA033F is #15FCC0. Grayscale: #4E4E4E. Windows color (decimal): -1440961 or 4129770. OLE color: 4129770.

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

Color convert

RGB 234 3 63 -
CMYK 0 0.99 0.73 0.08
HSL 344.42º 0.97% 0.46% -
HSV(B) 344.42º 0.99% 0.92% -
XYZ 34.86 17.92 6.32 -
YUV 78.91 119.03 238.62 -
System Red Green Blue C M Y K H S L
Decimal 234 3 63 0 0.99 0.73 0.08 344.42 0.97 0.46
Hex EA 3 3F 0 63 49 8 158 61 2E
Octal 352 3 77 0 143 111 10 530 141 56
Binary 11101010 11 111111 0 1100011 1001001 1000 101011000 1100001 101110

Color Harmonies of #EA033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA033F

Black with #EA033F

Text Example


Text Example

White with #EA033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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