Html Css Color HEX #EA0C3B Crimson

📋 copy color: '#EA0C3B'

red 234 ◦ green 12 ◦ blue 59

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

Shades of Crimson #EA0C3B

Tints of Crimson #EA0C3B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 76.72%
G = 3.93%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA0C3B (or 0xEA0C3B) is known color: Crimson. HEX triplet: EA, 0C and 3B. RGB value is (234,12,59). Sum of RGB (Red+Green+Blue) = 234+12+59=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C3B is #15F3C4. Grayscale: #535353. Windows color (decimal): -1438661 or 3869930. OLE color: 3869930.

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

Color convert

RGB 234 12 59 -
CMYK 0 0.95 0.75 0.08
HSL 347.3º 0.9% 0.48% -
HSV(B) 347.3º 0.95% 0.92% -
XYZ 34.85 18.07 5.79 -
YUV 83.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 234 12 59 0 0.95 0.75 0.08 347.3 0.9 0.48
Hex EA C 3B 0 5F 4B 8 15B 5A 30
Octal 352 14 73 0 137 113 10 533 132 60
Binary 11101010 1100 111011 0 1011111 1001011 1000 101011011 1011010 110000

Color Harmonies of #EA0C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C3B

Black with #EA0C3B

Text Example


Text Example

White with #EA0C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C3B; }

 p { color: rgb(234,12,59); }

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

background-color css

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

 a { background-color: rgb(234,12,59); }

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

border-color css

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

 span { border-color: rgb(234,12,59); }

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