Html Css Color HEX #EB1837 Crimson

📋 copy color: '#EB1837'

red 235 ◦ green 24 ◦ blue 55

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

Shades of Crimson #EB1837

Tints of Crimson #EB1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 74.84%
G = 7.64%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB1837 (or 0xEB1837) is known color: Crimson. HEX triplet: EB, 18 and 37. RGB value is (235,24,55). Sum of RGB (Red+Green+Blue) = 235+24+55=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1837 is #14E7C8. Grayscale: #5A5A5A. Windows color (decimal): -1370057 or 3610859. OLE color: 3610859.

HSL color Cylindrical-coordinate representation of color #EB1837: hue angle of 351.18º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1837 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 55 -
CMYK 0 0.90 0.77 0.08
HSL 351.18º 0.84% 0.51% -
HSV(B) 351.18º 0.9% 0.92% -
XYZ 35.28 18.59 5.34 -
YUV 90.62 107.9 230.98 -
System Red Green Blue C M Y K H S L
Decimal 235 24 55 0 0.90 0.77 0.08 351.18 0.84 0.51
Hex EB 18 37 0 5A 4D 8 15F 54 33
Octal 353 30 67 0 132 115 10 537 124 63
Binary 11101011 11000 110111 0 1011010 1001101 1000 101011111 1010100 110011

Color Harmonies of #EB1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1837

Black with #EB1837

Text Example


Text Example

White with #EB1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1837; }

 p { color: rgb(235,24,55); }

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

background-color css

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

 a { background-color: rgb(235,24,55); }

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

border-color css

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

 span { border-color: rgb(235,24,55); }

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