Html Css Color HEX #EB0240 Crimson

📋 copy color: '#EB0240'

red 235 ◦ green 2 ◦ blue 64

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

Shades of Crimson #EB0240

Tints of Crimson #EB0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 78.07%
G = 0.66%
B = 21.26%

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

#EB0240 (or 0xEB0240) is known color: Crimson. HEX triplet: EB, 02 and 40. RGB value is (235,2,64). Sum of RGB (Red+Green+Blue) = 235+2+64=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0240 is #14FDBF. Grayscale: #4E4E4E. Windows color (decimal): -1375680 or 4195051. OLE color: 4195051.

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

Color convert

RGB 235 2 64 -
CMYK 0 0.99 0.73 0.08
HSL 344.03º 0.98% 0.46% -
HSV(B) 344.03º 0.99% 0.92% -
XYZ 35.21 18.08 6.48 -
YUV 78.74 119.69 239.46 -
System Red Green Blue C M Y K H S L
Decimal 235 2 64 0 0.99 0.73 0.08 344.03 0.98 0.46
Hex EB 2 40 0 63 49 8 158 62 2E
Octal 353 2 100 0 143 111 10 530 142 56
Binary 11101011 10 1000000 0 1100011 1001001 1000 101011000 1100010 101110

Color Harmonies of #EB0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0240

Black with #EB0240

Text Example


Text Example

White with #EB0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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