Html Css Color HEX #ED0D41 Crimson

📋 copy color: '#ED0D41'

red 237 ◦ green 13 ◦ blue 65

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

Shades of Crimson #ED0D41

Tints of Crimson #ED0D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 75.24%
G = 4.13%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED0D41 (or 0xED0D41) is known color: Crimson. HEX triplet: ED, 0D and 41. RGB value is (237,13,65). Sum of RGB (Red+Green+Blue) = 237+13+65=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D41 is #12F2BE. Grayscale: #555555. Windows color (decimal): -1241791 or 4263405. OLE color: 4263405.

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

Color convert

RGB 237 13 65 -
CMYK 0 0.95 0.73 0.07
HSL 346.07º 0.9% 0.49% -
HSV(B) 346.07º 0.95% 0.93% -
XYZ 36.02 18.67 6.71 -
YUV 85.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 237 13 65 0 0.95 0.73 0.07 346.07 0.9 0.49
Hex ED D 41 0 5F 49 7 15A 5A 31
Octal 355 15 101 0 137 111 7 532 132 61
Binary 11101101 1101 1000001 0 1011111 1001001 111 101011010 1011010 110001

Color Harmonies of #ED0D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D41

Black with #ED0D41

Text Example


Text Example

White with #ED0D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D41; }

 p { color: rgb(237,13,65); }

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

background-color css

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

 a { background-color: rgb(237,13,65); }

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

border-color css

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

 span { border-color: rgb(237,13,65); }

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