Html Css Color HEX #EB143C Crimson

📋 copy color: '#EB143C'

red 235 ◦ green 20 ◦ blue 60

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

Shades of Crimson #EB143C

Tints of Crimson #EB143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 74.6%
G = 6.35%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB143C (or 0xEB143C) is known color: Crimson. HEX triplet: EB, 14 and 3C. RGB value is (235,20,60). Sum of RGB (Red+Green+Blue) = 235+20+60=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB143C is #14EBC3. Grayscale: #585858. Windows color (decimal): -1371076 or 3937515. OLE color: 3937515.

HSL color Cylindrical-coordinate representation of color #EB143C: hue angle of 348.84º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB143C is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 20 60 -
CMYK 0 0.91 0.74 0.08
HSL 348.84º 0.84% 0.5% -
HSV(B) 348.84º 0.91% 0.92% -
XYZ 35.33 18.49 5.98 -
YUV 88.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 235 20 60 0 0.91 0.74 0.08 348.84 0.84 0.5
Hex EB 14 3C 0 5B 4A 8 15D 54 32
Octal 353 24 74 0 133 112 10 535 124 62
Binary 11101011 10100 111100 0 1011011 1001010 1000 101011101 1010100 110010

Color Harmonies of #EB143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB143C

Black with #EB143C

Text Example


Text Example

White with #EB143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB143C; }

 p { color: rgb(235,20,60); }

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

background-color css

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

 a { background-color: rgb(235,20,60); }

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

border-color css

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

 span { border-color: rgb(235,20,60); }

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