Html Css Color HEX #ED130F Red

📋 copy color: '#ED130F'

red 237 ◦ green 19 ◦ blue 15

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

Shades of Red #ED130F

Tints of Red #ED130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 87.45%
G = 7.01%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED130F (or 0xED130F) is known color: Red. HEX triplet: ED, 13 and 0F. RGB value is (237,19,15). Sum of RGB (Red+Green+Blue) = 237+19+15=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED130F is #12ECF0. Grayscale: #535353. Windows color (decimal): -1240305 or 988141. OLE color: 988141.

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

Color convert

RGB 237 19 15 -
CMYK 0 0.92 0.94 0.07
HSL 1.08º 0.88% 0.49% -
HSV(B) 1.08º 0.94% 0.93% -
XYZ 35.24 18.5 2.17 -
YUV 83.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 237 19 15 0 0.92 0.94 0.07 1.08 0.88 0.49
Hex ED 13 F 0 5C 5E 7 1 58 31
Octal 355 23 17 0 134 136 7 1 130 61
Binary 11101101 10011 1111 0 1011100 1011110 111 1 1011000 110001

Color Harmonies of #ED130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED130F

Black with #ED130F

Text Example


Text Example

White with #ED130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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