Html Css Color HEX #EB1736 Crimson

📋 copy color: '#EB1736'

red 235 ◦ green 23 ◦ blue 54

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

Shades of Crimson #EB1736

Tints of Crimson #EB1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 75.32%
G = 7.37%
B = 17.31%

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

#EB1736 (or 0xEB1736) is known color: Crimson. HEX triplet: EB, 17 and 36. RGB value is (235,23,54). Sum of RGB (Red+Green+Blue) = 235+23+54=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1736 is #14E8C9. Grayscale: #5A5A5A. Windows color (decimal): -1370314 or 3545067. OLE color: 3545067.

HSL color Cylindrical-coordinate representation of color #EB1736: hue angle of 351.23º 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 #EB1736 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 54 -
CMYK 0 0.90 0.77 0.08
HSL 351.23º 0.84% 0.51% -
HSV(B) 351.23º 0.9% 0.92% -
XYZ 35.23 18.54 5.21 -
YUV 89.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 235 23 54 0 0.90 0.77 0.08 351.23 0.84 0.51
Hex EB 17 36 0 5A 4D 8 15F 54 33
Octal 353 27 66 0 132 115 10 537 124 63
Binary 11101011 10111 110110 0 1011010 1001101 1000 101011111 1010100 110011

Color Harmonies of #EB1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1736

Black with #EB1736

Text Example


Text Example

White with #EB1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1736; }

 p { color: rgb(235,23,54); }

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

background-color css

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

 a { background-color: rgb(235,23,54); }

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

border-color css

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

 span { border-color: rgb(235,23,54); }

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