Html Css Color HEX #ED0902 Red

📋 copy color: '#ED0902'

red 237 ◦ green 9 ◦ blue 2

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

Shades of Red #ED0902

Tints of Red #ED0902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 95.56%
G = 3.63%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0902 (or 0xED0902) is known color: Red. HEX triplet: ED, 09 and 02. RGB value is (237,9,2). Sum of RGB (Red+Green+Blue) = 237+9+2=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0902 is #12F6FD. Grayscale: #4C4C4C. Windows color (decimal): -1242878 or 133613. OLE color: 133613.

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

Color convert

RGB 237 9 2 -
CMYK 0 0.96 0.99 0.07
HSL 1.79º 0.98% 0.47% -
HSV(B) 1.79º 0.99% 0.93% -
XYZ 35.03 18.2 1.72 -
YUV 76.37 86.04 242.57 -
System Red Green Blue C M Y K H S L
Decimal 237 9 2 0 0.96 0.99 0.07 1.79 0.98 0.47
Hex ED 9 2 0 60 63 7 2 62 2F
Octal 355 11 2 0 140 143 7 2 142 57
Binary 11101101 1001 10 0 1100000 1100011 111 10 1100010 101111

Color Harmonies of #ED0902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0902

Black with #ED0902

Text Example


Text Example

White with #ED0902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0902; }

 p { color: rgb(237,9,2); }

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

background-color css

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

 a { background-color: rgb(237,9,2); }

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

border-color css

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

 span { border-color: rgb(237,9,2); }

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