Html Css Color HEX #EB103A Crimson

📋 copy color: '#EB103A'

red 235 ◦ green 16 ◦ blue 58

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

Shades of Crimson #EB103A

Tints of Crimson #EB103A

RGB

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

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

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

R = 76.05%
G = 5.18%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB103A (or 0xEB103A) is known color: Crimson. HEX triplet: EB, 10 and 3A. RGB value is (235,16,58). Sum of RGB (Red+Green+Blue) = 235+16+58=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB103A is #14EFC5. Grayscale: #565656. Windows color (decimal): -1372102 or 3805419. OLE color: 3805419.

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

Color convert

RGB 235 16 58 -
CMYK 0 0.93 0.75 0.08
HSL 348.49º 0.87% 0.49% -
HSV(B) 348.49º 0.93% 0.92% -
XYZ 35.21 18.34 5.69 -
YUV 86.27 112.05 234.08 -
System Red Green Blue C M Y K H S L
Decimal 235 16 58 0 0.93 0.75 0.08 348.49 0.87 0.49
Hex EB 10 3A 0 5D 4B 8 15C 57 31
Octal 353 20 72 0 135 113 10 534 127 61
Binary 11101011 10000 111010 0 1011101 1001011 1000 101011100 1010111 110001

Color Harmonies of #EB103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB103A

Black with #EB103A

Text Example


Text Example

White with #EB103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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