Html Css Color HEX #ED0742 Crimson

📋 copy color: '#ED0742'

red 237 ◦ green 7 ◦ blue 66

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

Shades of Crimson #ED0742

Tints of Crimson #ED0742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 76.45%
G = 2.26%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED0742 (or 0xED0742) is known color: Crimson. HEX triplet: ED, 07 and 42. RGB value is (237,7,66). Sum of RGB (Red+Green+Blue) = 237+7+66=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0742 is #12F8BD. Grayscale: #525252. Windows color (decimal): -1243326 or 4327405. OLE color: 4327405.

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

Color convert

RGB 237 7 66 -
CMYK 0 0.97 0.72 0.07
HSL 344.61º 0.94% 0.48% -
HSV(B) 344.61º 0.97% 0.93% -
XYZ 35.98 18.55 6.84 -
YUV 82.5 118.7 238.2 -
System Red Green Blue C M Y K H S L
Decimal 237 7 66 0 0.97 0.72 0.07 344.61 0.94 0.48
Hex ED 7 42 0 61 48 7 159 5E 30
Octal 355 7 102 0 141 110 7 531 136 60
Binary 11101101 111 1000010 0 1100001 1001000 111 101011001 1011110 110000

Color Harmonies of #ED0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0742

Black with #ED0742

Text Example


Text Example

White with #ED0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0742; }

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

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

background-color css

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

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

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

border-color css

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

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

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