Html Css Color HEX #ED0F0B Red

📋 copy color: '#ED0F0B'

red 237 ◦ green 15 ◦ blue 11

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

Shades of Red #ED0F0B

Tints of Red #ED0F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 90.11%
G = 5.7%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED0F0B (or 0xED0F0B) is known color: Red. HEX triplet: ED, 0F and 0B. RGB value is (237,15,11). Sum of RGB (Red+Green+Blue) = 237+15+11=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0F0B is #12F0F4. Grayscale: #515151. Windows color (decimal): -1241333 or 724973. OLE color: 724973.

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

Color convert

RGB 237 15 11 -
CMYK 0 0.94 0.95 0.07
HSL 1.06º 0.91% 0.49% -
HSV(B) 1.06º 0.95% 0.93% -
XYZ 35.16 18.37 2.01 -
YUV 80.92 88.55 239.33 -
System Red Green Blue C M Y K H S L
Decimal 237 15 11 0 0.94 0.95 0.07 1.06 0.91 0.49
Hex ED F B 0 5E 5F 7 1 5B 31
Octal 355 17 13 0 136 137 7 1 133 61
Binary 11101101 1111 1011 0 1011110 1011111 111 1 1011011 110001

Color Harmonies of #ED0F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F0B

Black with #ED0F0B

Text Example


Text Example

White with #ED0F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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