Html Css Color HEX #EB1C40 Crimson

📋 copy color: '#EB1C40'

red 235 ◦ green 28 ◦ blue 64

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

Shades of Crimson #EB1C40

Tints of Crimson #EB1C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

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

R = 71.87%
G = 8.56%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB1C40 (or 0xEB1C40) is known color: Crimson. HEX triplet: EB, 1C and 40. RGB value is (235,28,64). Sum of RGB (Red+Green+Blue) = 235+28+64=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C40 is #14E3BF. Grayscale: #5E5E5E. Windows color (decimal): -1369024 or 4201707. OLE color: 4201707.

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

Color convert

RGB 235 28 64 -
CMYK 0 0.88 0.73 0.08
HSL 349.57º 0.84% 0.52% -
HSV(B) 349.57º 0.88% 0.92% -
XYZ 35.6 18.86 6.61 -
YUV 94 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 235 28 64 0 0.88 0.73 0.08 349.57 0.84 0.52
Hex EB 1C 40 0 58 49 8 15E 54 34
Octal 353 34 100 0 130 111 10 536 124 64
Binary 11101011 11100 1000000 0 1011000 1001001 1000 101011110 1010100 110100

Color Harmonies of #EB1C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C40

Black with #EB1C40

Text Example


Text Example

White with #EB1C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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