Html Css Color HEX #F13C0C Orange Red

📋 copy color: '#F13C0C'

red 241 ◦ green 60 ◦ blue 12

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

Shades of Orange Red #F13C0C

Tints of Orange Red #F13C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 77%
G = 19.17%
B = 3.83%

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

#F13C0C (or 0xF13C0C) is known color: Orange Red. HEX triplet: F1, 3C and 0C. RGB value is (241,60,12). Sum of RGB (Red+Green+Blue) = 241+60+12=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C0C is #0EC3F3. Grayscale: #6D6D6D. Windows color (decimal): -967668 or 802033. OLE color: 802033.

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

Color convert

RGB 241 60 12 -
CMYK 0 0.75 0.95 0.05
HSL 12.58º 0.91% 0.5% -
HSV(B) 12.58º 0.95% 0.95% -
XYZ 37.96 21.96 2.59 -
YUV 108.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 241 60 12 0 0.75 0.95 0.05 12.58 0.91 0.5
Hex F1 3C C 0 4B 5F 5 D 5B 32
Octal 361 74 14 0 113 137 5 15 133 62
Binary 11110001 111100 1100 0 1001011 1011111 101 1101 1011011 110010

Color Harmonies of #F13C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C0C

Black with #F13C0C

Text Example


Text Example

White with #F13C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C0C; }

 p { color: rgb(241,60,12); }

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

background-color css

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

 a { background-color: rgb(241,60,12); }

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

border-color css

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

 span { border-color: rgb(241,60,12); }

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