Html Css Color HEX #ED163A Crimson

📋 copy color: '#ED163A'

red 237 ◦ green 22 ◦ blue 58

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

Shades of Crimson #ED163A

Tints of Crimson #ED163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 74.76%
G = 6.94%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED163A (or 0xED163A) is known color: Crimson. HEX triplet: ED, 16 and 3A. RGB value is (237,22,58). Sum of RGB (Red+Green+Blue) = 237+22+58=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED163A is #12E9C5. Grayscale: #5A5A5A. Windows color (decimal): -1239494 or 3806957. OLE color: 3806957.

HSL color Cylindrical-coordinate representation of color #ED163A: hue angle of 349.95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED163A is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 58 -
CMYK 0 0.91 0.76 0.07
HSL 349.95º 0.86% 0.51% -
HSV(B) 349.95º 0.91% 0.93% -
XYZ 35.98 18.88 5.75 -
YUV 90.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 237 22 58 0 0.91 0.76 0.07 349.95 0.86 0.51
Hex ED 16 3A 0 5B 4C 7 15E 56 33
Octal 355 26 72 0 133 114 7 536 126 63
Binary 11101101 10110 111010 0 1011011 1001100 111 101011110 1010110 110011

Color Harmonies of #ED163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED163A

Black with #ED163A

Text Example


Text Example

White with #ED163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED163A; }

 p { color: rgb(237,22,58); }

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

background-color css

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

 a { background-color: rgb(237,22,58); }

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

border-color css

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

 span { border-color: rgb(237,22,58); }

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