Html Css Color HEX #EB0140 Crimson

📋 copy color: '#EB0140'

red 235 ◦ green 1 ◦ blue 64

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

Shades of Crimson #EB0140

Tints of Crimson #EB0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 78.33%
G = 0.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB0140 (or 0xEB0140) is known color: Crimson. HEX triplet: EB, 01 and 40. RGB value is (235,1,64). Sum of RGB (Red+Green+Blue) = 235+1+64=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0140 is #14FEBF. Grayscale: #4E4E4E. Windows color (decimal): -1375936 or 4194795. OLE color: 4194795.

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

Color convert

RGB 235 1 64 -
CMYK 0 1.00 0.73 0.08
HSL 343.85º 0.99% 0.46% -
HSV(B) 343.85º 1% 0.92% -
XYZ 35.2 18.05 6.48 -
YUV 78.15 120.02 239.88 -
System Red Green Blue C M Y K H S L
Decimal 235 1 64 0 1.00 0.73 0.08 343.85 0.99 0.46
Hex EB 1 40 0 64 49 8 158 63 2E
Octal 353 1 100 0 144 111 10 530 143 56
Binary 11101011 1 1000000 0 1100100 1001001 1000 101011000 1100011 101110

Color Harmonies of #EB0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0140

Black with #EB0140

Text Example


Text Example

White with #EB0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0140; }

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

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

background-color css

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

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

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

border-color css

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

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

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