Html Css Color HEX #EB174A Crimson

📋 copy color: '#EB174A'

red 235 ◦ green 23 ◦ blue 74

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

Shades of Crimson #EB174A

Tints of Crimson #EB174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 70.78%
G = 6.93%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB174A (or 0xEB174A) is known color: Crimson. HEX triplet: EB, 17 and 4A. RGB value is (235,23,74). Sum of RGB (Red+Green+Blue) = 235+23+74=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB174A is #14E8B5. Grayscale: #5C5C5C. Windows color (decimal): -1370294 or 4855787. OLE color: 4855787.

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

Color convert

RGB 235 23 74 -
CMYK 0 0.90 0.69 0.08
HSL 345.57º 0.84% 0.51% -
HSV(B) 345.57º 0.9% 0.92% -
XYZ 35.8 18.77 8.21 -
YUV 92.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 235 23 74 0 0.90 0.69 0.08 345.57 0.84 0.51
Hex EB 17 4A 0 5A 45 8 15A 54 33
Octal 353 27 112 0 132 105 10 532 124 63
Binary 11101011 10111 1001010 0 1011010 1000101 1000 101011010 1010100 110011

Color Harmonies of #EB174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB174A

Black with #EB174A

Text Example


Text Example

White with #EB174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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