Html Css Color HEX #EB0A40 Crimson

📋 copy color: '#EB0A40'

red 235 ◦ green 10 ◦ blue 64

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

Shades of Crimson #EB0A40

Tints of Crimson #EB0A40

RGB

 RED value IS 235 (92.19% from 255) = 76.05%

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 76.05%
G = 3.24%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB0A40 (or 0xEB0A40) is known color: Crimson. HEX triplet: EB, 0A and 40. RGB value is (235,10,64). Sum of RGB (Red+Green+Blue) = 235+10+64=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0A40 is #14F5BF. Grayscale: #535353. Windows color (decimal): -1373632 or 4197099. OLE color: 4197099.

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

Color convert

RGB 235 10 64 -
CMYK 0 0.96 0.73 0.08
HSL 345.6º 0.92% 0.48% -
HSV(B) 345.6º 0.96% 0.92% -
XYZ 35.29 18.25 6.51 -
YUV 83.43 117.04 236.11 -
System Red Green Blue C M Y K H S L
Decimal 235 10 64 0 0.96 0.73 0.08 345.6 0.92 0.48
Hex EB A 40 0 60 49 8 15A 5C 30
Octal 353 12 100 0 140 111 10 532 134 60
Binary 11101011 1010 1000000 0 1100000 1001001 1000 101011010 1011100 110000

Color Harmonies of #EB0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A40

Black with #EB0A40

Text Example


Text Example

White with #EB0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A40; }

 p { color: rgb(235,10,64); }

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

background-color css

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

 a { background-color: rgb(235,10,64); }

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

border-color css

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

 span { border-color: rgb(235,10,64); }

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