Html Css Color HEX #ED0F44 Crimson

📋 copy color: '#ED0F44'

red 237 ◦ green 15 ◦ blue 68

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

Shades of Crimson #ED0F44

Tints of Crimson #ED0F44

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

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

R = 74.06%
G = 4.69%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED0F44 (or 0xED0F44) is known color: Crimson. HEX triplet: ED, 0F and 44. RGB value is (237,15,68). Sum of RGB (Red+Green+Blue) = 237+15+68=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F44 is #12F0BB. Grayscale: #575757. Windows color (decimal): -1241276 or 4460525. OLE color: 4460525.

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

Color convert

RGB 237 15 68 -
CMYK 0 0.94 0.71 0.07
HSL 345.68º 0.88% 0.49% -
HSV(B) 345.68º 0.94% 0.93% -
XYZ 36.14 18.76 7.19 -
YUV 87.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 237 15 68 0 0.94 0.71 0.07 345.68 0.88 0.49
Hex ED F 44 0 5E 47 7 15A 58 31
Octal 355 17 104 0 136 107 7 532 130 61
Binary 11101101 1111 1000100 0 1011110 1000111 111 101011010 1011000 110001

Color Harmonies of #ED0F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F44

Black with #ED0F44

Text Example


Text Example

White with #ED0F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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