Html Css Color HEX #F13D0B Orange Red

📋 copy color: '#F13D0B'

red 241 ◦ green 61 ◦ blue 11

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

Shades of Orange Red #F13D0B

Tints of Orange Red #F13D0B

RGB

 RED value IS 241 (94.53% from 255) = 77%

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

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

R = 77%
G = 19.49%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F13D0B (or 0xF13D0B) is known color: Orange Red. HEX triplet: F1, 3D and 0B. RGB value is (241,61,11). Sum of RGB (Red+Green+Blue) = 241+61+11=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13D0B is #0EC2F4. Grayscale: #6D6D6D. Windows color (decimal): -967413 or 736753. OLE color: 736753.

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

Color convert

RGB 241 61 11 -
CMYK 0 0.75 0.95 0.05
HSL 13.04º 0.91% 0.49% -
HSV(B) 13.04º 0.95% 0.95% -
XYZ 38 22.06 2.57 -
YUV 109.12 72.63 222.07 -
System Red Green Blue C M Y K H S L
Decimal 241 61 11 0 0.75 0.95 0.05 13.04 0.91 0.49
Hex F1 3D B 0 4B 5F 5 D 5B 31
Octal 361 75 13 0 113 137 5 15 133 61
Binary 11110001 111101 1011 0 1001011 1011111 101 1101 1011011 110001

Color Harmonies of #F13D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D0B

Black with #F13D0B

Text Example


Text Example

White with #F13D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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