Html Css Color HEX #EA083F Crimson

📋 copy color: '#EA083F'

red 234 ◦ green 8 ◦ blue 63

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

Shades of Crimson #EA083F

Tints of Crimson #EA083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

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

R = 76.72%
G = 2.62%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA083F (or 0xEA083F) is known color: Crimson. HEX triplet: EA, 08 and 3F. RGB value is (234,8,63). Sum of RGB (Red+Green+Blue) = 234+8+63=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA083F is #15F7C0. Grayscale: #515151. Windows color (decimal): -1439681 or 4131050. OLE color: 4131050.

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

Color convert

RGB 234 8 63 -
CMYK 0 0.97 0.73 0.08
HSL 345.4º 0.93% 0.47% -
HSV(B) 345.4º 0.97% 0.92% -
XYZ 34.92 18.02 6.34 -
YUV 81.84 117.37 236.53 -
System Red Green Blue C M Y K H S L
Decimal 234 8 63 0 0.97 0.73 0.08 345.4 0.93 0.47
Hex EA 8 3F 0 61 49 8 159 5D 2F
Octal 352 10 77 0 141 111 10 531 135 57
Binary 11101010 1000 111111 0 1100001 1001001 1000 101011001 1011101 101111

Color Harmonies of #EA083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA083F

Black with #EA083F

Text Example


Text Example

White with #EA083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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