Html Css Color HEX #EB133C Crimson

📋 copy color: '#EB133C'

red 235 ◦ green 19 ◦ blue 60

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

Shades of Crimson #EB133C

Tints of Crimson #EB133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

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

R = 74.84%
G = 6.05%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB133C (or 0xEB133C) is known color: Crimson. HEX triplet: EB, 13 and 3C. RGB value is (235,19,60). Sum of RGB (Red+Green+Blue) = 235+19+60=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB133C is #14ECC3. Grayscale: #585858. Windows color (decimal): -1371332 or 3937259. OLE color: 3937259.

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

Color convert

RGB 235 19 60 -
CMYK 0 0.92 0.74 0.08
HSL 348.61º 0.85% 0.5% -
HSV(B) 348.61º 0.92% 0.92% -
XYZ 35.31 18.45 5.98 -
YUV 88.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 235 19 60 0 0.92 0.74 0.08 348.61 0.85 0.5
Hex EB 13 3C 0 5C 4A 8 15D 55 32
Octal 353 23 74 0 134 112 10 535 125 62
Binary 11101011 10011 111100 0 1011100 1001010 1000 101011101 1010101 110010

Color Harmonies of #EB133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB133C

Black with #EB133C

Text Example


Text Example

White with #EB133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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