Html Css Color HEX #EB173A Crimson

📋 copy color: '#EB173A'

red 235 ◦ green 23 ◦ blue 58

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

Shades of Crimson #EB173A

Tints of Crimson #EB173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 74.37%
G = 7.28%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB173A (or 0xEB173A) is known color: Crimson. HEX triplet: EB, 17 and 3A. RGB value is (235,23,58). Sum of RGB (Red+Green+Blue) = 235+23+58=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB173A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB173A is #14E8C5. Grayscale: #5A5A5A. Windows color (decimal): -1370310 or 3807211. OLE color: 3807211.

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

Color convert

RGB 235 23 58 -
CMYK 0 0.90 0.75 0.08
HSL 350.09º 0.84% 0.51% -
HSV(B) 350.09º 0.9% 0.92% -
XYZ 35.33 18.58 5.73 -
YUV 90.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 235 23 58 0 0.90 0.75 0.08 350.09 0.84 0.51
Hex EB 17 3A 0 5A 4B 8 15E 54 33
Octal 353 27 72 0 132 113 10 536 124 63
Binary 11101011 10111 111010 0 1011010 1001011 1000 101011110 1010100 110011

Color Harmonies of #EB173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB173A

Black with #EB173A

Text Example


Text Example

White with #EB173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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