Html Css Color HEX #EB103C Crimson

📋 copy color: '#EB103C'

red 235 ◦ green 16 ◦ blue 60

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

Shades of Crimson #EB103C

Tints of Crimson #EB103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

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

R = 75.56%
G = 5.14%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB103C (or 0xEB103C) is known color: Crimson. HEX triplet: EB, 10 and 3C. RGB value is (235,16,60). Sum of RGB (Red+Green+Blue) = 235+16+60=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB103C is #14EFC3. Grayscale: #565656. Windows color (decimal): -1372100 or 3936491. OLE color: 3936491.

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

Color convert

RGB 235 16 60 -
CMYK 0 0.93 0.74 0.08
HSL 347.95º 0.87% 0.49% -
HSV(B) 347.95º 0.93% 0.92% -
XYZ 35.26 18.36 5.96 -
YUV 86.5 113.05 233.92 -
System Red Green Blue C M Y K H S L
Decimal 235 16 60 0 0.93 0.74 0.08 347.95 0.87 0.49
Hex EB 10 3C 0 5D 4A 8 15C 57 31
Octal 353 20 74 0 135 112 10 534 127 61
Binary 11101011 10000 111100 0 1011101 1001010 1000 101011100 1010111 110001

Color Harmonies of #EB103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB103C

Black with #EB103C

Text Example


Text Example

White with #EB103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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