Html Css Color HEX #ED1A3F Crimson

📋 copy color: '#ED1A3F'

red 237 ◦ green 26 ◦ blue 63

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

Shades of Crimson #ED1A3F

Tints of Crimson #ED1A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

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

R = 72.7%
G = 7.98%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED1A3F (or 0xED1A3F) is known color: Crimson. HEX triplet: ED, 1A and 3F. RGB value is (237,26,63). Sum of RGB (Red+Green+Blue) = 237+26+63=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1A3F is #12E5C0. Grayscale: #5D5D5D. Windows color (decimal): -1238465 or 4135661. OLE color: 4135661.

HSL color Cylindrical-coordinate representation of color #ED1A3F: hue angle of 349.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1A3F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 26 63 -
CMYK 0 0.89 0.73 0.07
HSL 349.48º 0.85% 0.52% -
HSV(B) 349.48º 0.89% 0.93% -
XYZ 36.19 19.1 6.48 -
YUV 93.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 237 26 63 0 0.89 0.73 0.07 349.48 0.85 0.52
Hex ED 1A 3F 0 59 49 7 15D 55 34
Octal 355 32 77 0 131 111 7 535 125 64
Binary 11101101 11010 111111 0 1011001 1001001 111 101011101 1010101 110100

Color Harmonies of #ED1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1A3F

Black with #ED1A3F

Text Example


Text Example

White with #ED1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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