Html Css Color HEX #ED0B45 Crimson

📋 copy color: '#ED0B45'

red 237 ◦ green 11 ◦ blue 69

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

Shades of Crimson #ED0B45

Tints of Crimson #ED0B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

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

R = 74.76%
G = 3.47%
B = 21.77%

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

#ED0B45 (or 0xED0B45) is known color: Crimson. HEX triplet: ED, 0B and 45. RGB value is (237,11,69). Sum of RGB (Red+Green+Blue) = 237+11+69=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0B45 is #12F4BA. Grayscale: #555555. Windows color (decimal): -1242299 or 4525037. OLE color: 4525037.

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

Color convert

RGB 237 11 69 -
CMYK 0 0.95 0.71 0.07
HSL 344.6º 0.91% 0.49% -
HSV(B) 344.6º 0.95% 0.93% -
XYZ 36.12 18.67 7.33 -
YUV 85.19 118.87 236.28 -
System Red Green Blue C M Y K H S L
Decimal 237 11 69 0 0.95 0.71 0.07 344.6 0.91 0.49
Hex ED B 45 0 5F 47 7 159 5B 31
Octal 355 13 105 0 137 107 7 531 133 61
Binary 11101101 1011 1000101 0 1011111 1000111 111 101011001 1011011 110001

Color Harmonies of #ED0B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0B45

Black with #ED0B45

Text Example


Text Example

White with #ED0B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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