Html Css Color HEX #ED3D0B Orange Red

📋 copy color: '#ED3D0B'

red 237 ◦ green 61 ◦ blue 11

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

Shades of Orange Red #ED3D0B

Tints of Orange Red #ED3D0B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 76.7%
G = 19.74%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED3D0B (or 0xED3D0B) is known color: Orange Red. HEX triplet: ED, 3D and 0B. RGB value is (237,61,11). Sum of RGB (Red+Green+Blue) = 237+61+11=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3D0B is #12C2F4. Grayscale: #6C6C6C. Windows color (decimal): -1229557 or 736749. OLE color: 736749.

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

Color convert

RGB 237 61 11 -
CMYK 0 0.74 0.95 0.07
HSL 13.27º 0.91% 0.49% -
HSV(B) 13.27º 0.95% 0.93% -
XYZ 36.65 21.37 2.51 -
YUV 107.92 73.31 220.07 -
System Red Green Blue C M Y K H S L
Decimal 237 61 11 0 0.74 0.95 0.07 13.27 0.91 0.49
Hex ED 3D B 0 4A 5F 7 D 5B 31
Octal 355 75 13 0 112 137 7 15 133 61
Binary 11101101 111101 1011 0 1001010 1011111 111 1101 1011011 110001

Color Harmonies of #ED3D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D0B

Black with #ED3D0B

Text Example


Text Example

White with #ED3D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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