Html Css Color HEX #ED0747 Crimson

📋 copy color: '#ED0747'

red 237 ◦ green 7 ◦ blue 71

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

Shades of Crimson #ED0747

Tints of Crimson #ED0747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 75.24%
G = 2.22%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED0747 (or 0xED0747) is known color: Crimson. HEX triplet: ED, 07 and 47. RGB value is (237,7,71). Sum of RGB (Red+Green+Blue) = 237+7+71=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0747 is #12F8B8. Grayscale: #535353. Windows color (decimal): -1243321 or 4655085. OLE color: 4655085.

HSL color Cylindrical-coordinate representation of color #ED0747: hue angle of 343.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0747 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 71 -
CMYK 0 0.97 0.70 0.07
HSL 343.3º 0.94% 0.48% -
HSV(B) 343.3º 0.97% 0.93% -
XYZ 36.14 18.61 7.65 -
YUV 83.07 121.2 237.8 -
System Red Green Blue C M Y K H S L
Decimal 237 7 71 0 0.97 0.70 0.07 343.3 0.94 0.48
Hex ED 7 47 0 61 46 7 157 5E 30
Octal 355 7 107 0 141 106 7 527 136 60
Binary 11101101 111 1000111 0 1100001 1000110 111 101010111 1011110 110000

Color Harmonies of #ED0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0747

Black with #ED0747

Text Example


Text Example

White with #ED0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0747; }

 p { color: rgb(237,7,71); }

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

background-color css

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

 a { background-color: rgb(237,7,71); }

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

border-color css

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

 span { border-color: rgb(237,7,71); }

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