Html Css Color HEX #ED0345 Crimson

📋 copy color: '#ED0345'

red 237 ◦ green 3 ◦ blue 69

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

Shades of Crimson #ED0345

Tints of Crimson #ED0345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 76.7%
G = 0.97%
B = 22.33%

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

#ED0345 (or 0xED0345) is known color: Crimson. HEX triplet: ED, 03 and 45. RGB value is (237,3,69). Sum of RGB (Red+Green+Blue) = 237+3+69=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0345 is #12FCBA. Grayscale: #505050. Windows color (decimal): -1244347 or 4522989. OLE color: 4522989.

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

Color convert

RGB 237 3 69 -
CMYK 0 0.99 0.71 0.07
HSL 343.08º 0.98% 0.47% -
HSV(B) 343.08º 0.99% 0.93% -
XYZ 36.03 18.5 7.3 -
YUV 80.49 121.52 239.63 -
System Red Green Blue C M Y K H S L
Decimal 237 3 69 0 0.99 0.71 0.07 343.08 0.98 0.47
Hex ED 3 45 0 63 47 7 157 62 2F
Octal 355 3 105 0 143 107 7 527 142 57
Binary 11101101 11 1000101 0 1100011 1000111 111 101010111 1100010 101111

Color Harmonies of #ED0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0345

Black with #ED0345

Text Example


Text Example

White with #ED0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0345; }

 p { color: rgb(237,3,69); }

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

background-color css

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

 a { background-color: rgb(237,3,69); }

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

border-color css

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

 span { border-color: rgb(237,3,69); }

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