Html Css Color HEX #ED0D45 Crimson

📋 copy color: '#ED0D45'

red 237 ◦ green 13 ◦ blue 69

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

Shades of Crimson #ED0D45

Tints of Crimson #ED0D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 74.29%
G = 4.08%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED0D45 (or 0xED0D45) is known color: Crimson. HEX triplet: ED, 0D and 45. RGB value is (237,13,69). Sum of RGB (Red+Green+Blue) = 237+13+69=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D45 is #12F2BA. Grayscale: #565656. Windows color (decimal): -1241787 or 4525549. OLE color: 4525549.

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

Color convert

RGB 237 13 69 -
CMYK 0 0.95 0.71 0.07
HSL 345º 0.9% 0.49% -
HSV(B) 345º 0.95% 0.93% -
XYZ 36.14 18.72 7.34 -
YUV 86.36 118.21 235.45 -
System Red Green Blue C M Y K H S L
Decimal 237 13 69 0 0.95 0.71 0.07 345 0.9 0.49
Hex ED D 45 0 5F 47 7 159 5A 31
Octal 355 15 105 0 137 107 7 531 132 61
Binary 11101101 1101 1000101 0 1011111 1000111 111 101011001 1011010 110001

Color Harmonies of #ED0D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D45

Black with #ED0D45

Text Example


Text Example

White with #ED0D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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