Html Css Color HEX #ED0F42 Crimson

📋 copy color: '#ED0F42'

red 237 ◦ green 15 ◦ blue 66

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

Shades of Crimson #ED0F42

Tints of Crimson #ED0F42

RGB

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

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

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

R = 74.53%
G = 4.72%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED0F42 (or 0xED0F42) is known color: Crimson. HEX triplet: ED, 0F and 42. RGB value is (237,15,66). Sum of RGB (Red+Green+Blue) = 237+15+66=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F42 is #12F0BD. Grayscale: #575757. Windows color (decimal): -1241278 or 4329453. OLE color: 4329453.

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

Color convert

RGB 237 15 66 -
CMYK 0 0.94 0.72 0.07
HSL 346.22º 0.88% 0.49% -
HSV(B) 346.22º 0.94% 0.93% -
XYZ 36.08 18.74 6.87 -
YUV 87.19 116.05 234.85 -
System Red Green Blue C M Y K H S L
Decimal 237 15 66 0 0.94 0.72 0.07 346.22 0.88 0.49
Hex ED F 42 0 5E 48 7 15A 58 31
Octal 355 17 102 0 136 110 7 532 130 61
Binary 11101101 1111 1000010 0 1011110 1001000 111 101011010 1011000 110001

Color Harmonies of #ED0F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F42

Black with #ED0F42

Text Example


Text Example

White with #ED0F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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