Html Css Color HEX #ED103F Crimson

📋 copy color: '#ED103F'

red 237 ◦ green 16 ◦ blue 63

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

Shades of Crimson #ED103F

Tints of Crimson #ED103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 75%
G = 5.06%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED103F (or 0xED103F) is known color: Crimson. HEX triplet: ED, 10 and 3F. RGB value is (237,16,63). Sum of RGB (Red+Green+Blue) = 237+16+63=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED103F is #12EFC0. Grayscale: #575757. Windows color (decimal): -1241025 or 4133101. OLE color: 4133101.

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

Color convert

RGB 237 16 63 -
CMYK 0 0.93 0.73 0.07
HSL 347.24º 0.87% 0.5% -
HSV(B) 347.24º 0.93% 0.93% -
XYZ 36.01 18.73 6.42 -
YUV 87.44 114.22 234.68 -
System Red Green Blue C M Y K H S L
Decimal 237 16 63 0 0.93 0.73 0.07 347.24 0.87 0.5
Hex ED 10 3F 0 5D 49 7 15B 57 32
Octal 355 20 77 0 135 111 7 533 127 62
Binary 11101101 10000 111111 0 1011101 1001001 111 101011011 1010111 110010

Color Harmonies of #ED103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED103F

Black with #ED103F

Text Example


Text Example

White with #ED103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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