Html Css Color HEX #ED103D Crimson

📋 copy color: '#ED103D'

red 237 ◦ green 16 ◦ blue 61

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

Shades of Crimson #ED103D

Tints of Crimson #ED103D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 75.48%
G = 5.1%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED103D (or 0xED103D) is known color: Crimson. HEX triplet: ED, 10 and 3D. RGB value is (237,16,61). Sum of RGB (Red+Green+Blue) = 237+16+61=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED103D is #12EFC2. Grayscale: #575757. Windows color (decimal): -1241027 or 4002029. OLE color: 4002029.

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

Color convert

RGB 237 16 61 -
CMYK 0 0.93 0.74 0.07
HSL 347.78º 0.87% 0.5% -
HSV(B) 347.78º 0.93% 0.93% -
XYZ 35.95 18.71 6.13 -
YUV 87.21 113.22 234.84 -
System Red Green Blue C M Y K H S L
Decimal 237 16 61 0 0.93 0.74 0.07 347.78 0.87 0.5
Hex ED 10 3D 0 5D 4A 7 15C 57 32
Octal 355 20 75 0 135 112 7 534 127 62
Binary 11101101 10000 111101 0 1011101 1001010 111 101011100 1010111 110010

Color Harmonies of #ED103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED103D

Black with #ED103D

Text Example


Text Example

White with #ED103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED103D; }

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

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

background-color css

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

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

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

border-color css

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

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

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