Html Css Color HEX #ED0841 Crimson

📋 copy color: '#ED0841'

red 237 ◦ green 8 ◦ blue 65

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

Shades of Crimson #ED0841

Tints of Crimson #ED0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 76.45%
G = 2.58%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED0841 (or 0xED0841) is known color: Crimson. HEX triplet: ED, 08 and 41. RGB value is (237,8,65). Sum of RGB (Red+Green+Blue) = 237+8+65=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0841 is #12F7BE. Grayscale: #525252. Windows color (decimal): -1243071 or 4262125. OLE color: 4262125.

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

Color convert

RGB 237 8 65 -
CMYK 0 0.97 0.73 0.07
HSL 345.07º 0.93% 0.48% -
HSV(B) 345.07º 0.97% 0.93% -
XYZ 35.97 18.56 6.69 -
YUV 82.97 117.87 237.87 -
System Red Green Blue C M Y K H S L
Decimal 237 8 65 0 0.97 0.73 0.07 345.07 0.93 0.48
Hex ED 8 41 0 61 49 7 159 5D 30
Octal 355 10 101 0 141 111 7 531 135 60
Binary 11101101 1000 1000001 0 1100001 1001001 111 101011001 1011101 110000

Color Harmonies of #ED0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0841

Black with #ED0841

Text Example


Text Example

White with #ED0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0841; }

 p { color: rgb(237,8,65); }

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

background-color css

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

 a { background-color: rgb(237,8,65); }

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

border-color css

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

 span { border-color: rgb(237,8,65); }

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