Html Css Color HEX #ED103C Crimson

📋 copy color: '#ED103C'

red 237 ◦ green 16 ◦ blue 60

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

Shades of Crimson #ED103C

Tints of Crimson #ED103C

RGB

 RED value IS 237 (92.97% from 255) = 75.72%

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

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

R = 75.72%
G = 5.11%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED103C (or 0xED103C) is known color: Crimson. HEX triplet: ED, 10 and 3C. RGB value is (237,16,60). Sum of RGB (Red+Green+Blue) = 237+16+60=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED103C is #12EFC3. Grayscale: #575757. Windows color (decimal): -1241028 or 3936493. OLE color: 3936493.

HSL color Cylindrical-coordinate representation of color #ED103C: hue angle of 348.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED103C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 60 -
CMYK 0 0.93 0.75 0.07
HSL 348.05º 0.87% 0.5% -
HSV(B) 348.05º 0.93% 0.93% -
XYZ 35.93 18.7 5.99 -
YUV 87.1 112.72 234.92 -
System Red Green Blue C M Y K H S L
Decimal 237 16 60 0 0.93 0.75 0.07 348.05 0.87 0.5
Hex ED 10 3C 0 5D 4B 7 15C 57 32
Octal 355 20 74 0 135 113 7 534 127 62
Binary 11101101 10000 111100 0 1011101 1001011 111 101011100 1010111 110010

Color Harmonies of #ED103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED103C

Black with #ED103C

Text Example


Text Example

White with #ED103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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