Html Css Color HEX #F13D0A Orange Red

📋 copy color: '#F13D0A'

red 241 ◦ green 61 ◦ blue 10

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

Shades of Orange Red #F13D0A

Tints of Orange Red #F13D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 77.24%
G = 19.55%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F13D0A (or 0xF13D0A) is known color: Orange Red. HEX triplet: F1, 3D and 0A. RGB value is (241,61,10). Sum of RGB (Red+Green+Blue) = 241+61+10=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13D0A is #0EC2F5. Grayscale: #6D6D6D. Windows color (decimal): -967414 or 671217. OLE color: 671217.

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

Color convert

RGB 241 61 10 -
CMYK 0 0.75 0.96 0.05
HSL 13.25º 0.92% 0.49% -
HSV(B) 13.25º 0.96% 0.95% -
XYZ 38 22.06 2.54 -
YUV 109.01 72.13 222.15 -
System Red Green Blue C M Y K H S L
Decimal 241 61 10 0 0.75 0.96 0.05 13.25 0.92 0.49
Hex F1 3D A 0 4B 60 5 D 5C 31
Octal 361 75 12 0 113 140 5 15 134 61
Binary 11110001 111101 1010 0 1001011 1100000 101 1101 1011100 110001

Color Harmonies of #F13D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D0A

Black with #F13D0A

Text Example


Text Example

White with #F13D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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