Html Css Color HEX #ED0244 Crimson

📋 copy color: '#ED0244'

red 237 ◦ green 2 ◦ blue 68

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

Shades of Crimson #ED0244

Tints of Crimson #ED0244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 77.2%
G = 0.65%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED0244 (or 0xED0244) is known color: Crimson. HEX triplet: ED, 02 and 44. RGB value is (237,2,68). Sum of RGB (Red+Green+Blue) = 237+2+68=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0244 is #12FDBB. Grayscale: #4F4F4F. Windows color (decimal): -1244604 or 4457197. OLE color: 4457197.

HSL color Cylindrical-coordinate representation of color #ED0244: hue angle of 343.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0244 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 68 -
CMYK 0 0.99 0.71 0.07
HSL 343.15º 0.98% 0.47% -
HSV(B) 343.15º 0.99% 0.93% -
XYZ 35.99 18.47 7.14 -
YUV 79.79 121.36 240.13 -
System Red Green Blue C M Y K H S L
Decimal 237 2 68 0 0.99 0.71 0.07 343.15 0.98 0.47
Hex ED 2 44 0 63 47 7 157 62 2F
Octal 355 2 104 0 143 107 7 527 142 57
Binary 11101101 10 1000100 0 1100011 1000111 111 101010111 1100010 101111

Color Harmonies of #ED0244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0244

Black with #ED0244

Text Example


Text Example

White with #ED0244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0244; }

 p { color: rgb(237,2,68); }

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

background-color css

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

 a { background-color: rgb(237,2,68); }

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

border-color css

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

 span { border-color: rgb(237,2,68); }

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