Html Css Color HEX #EB1741 Crimson

📋 copy color: '#EB1741'

red 235 ◦ green 23 ◦ blue 65

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

Shades of Crimson #EB1741

Tints of Crimson #EB1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 72.76%
G = 7.12%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB1741 (or 0xEB1741) is known color: Crimson. HEX triplet: EB, 17 and 41. RGB value is (235,23,65). Sum of RGB (Red+Green+Blue) = 235+23+65=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1741 is #14E8BE. Grayscale: #5B5B5B. Windows color (decimal): -1370303 or 4265963. OLE color: 4265963.

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

Color convert

RGB 235 23 65 -
CMYK 0 0.90 0.72 0.08
HSL 348.11º 0.84% 0.51% -
HSV(B) 348.11º 0.9% 0.92% -
XYZ 35.52 18.66 6.73 -
YUV 91.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 235 23 65 0 0.90 0.72 0.08 348.11 0.84 0.51
Hex EB 17 41 0 5A 48 8 15C 54 33
Octal 353 27 101 0 132 110 10 534 124 63
Binary 11101011 10111 1000001 0 1011010 1001000 1000 101011100 1010100 110011

Color Harmonies of #EB1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1741

Black with #EB1741

Text Example


Text Example

White with #EB1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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