Html Css Color HEX #F1300D Scarlet

📋 copy color: '#F1300D'

red 241 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #F1300D

Tints of Scarlet #F1300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 79.8%
G = 15.89%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1300D (or 0xF1300D) is known color: Scarlet. HEX triplet: F1, 30 and 0D. RGB value is (241,48,13). Sum of RGB (Red+Green+Blue) = 241+48+13=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1300D is #0ECFF2. Grayscale: #666666. Windows color (decimal): -970739 or 864497. OLE color: 864497.

HSL color Cylindrical-coordinate representation of color #F1300D: hue angle of 9.21º degrees, saturation: 0.9, 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 #F1300D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 13 -
CMYK 0 0.80 0.95 0.05
HSL 9.21º 0.9% 0.5% -
HSV(B) 9.21º 0.95% 0.95% -
XYZ 37.41 20.84 2.43 -
YUV 101.72 77.94 227.35 -
System Red Green Blue C M Y K H S L
Decimal 241 48 13 0 0.80 0.95 0.05 9.21 0.9 0.5
Hex F1 30 D 0 50 5F 5 9 5A 32
Octal 361 60 15 0 120 137 5 11 132 62
Binary 11110001 110000 1101 0 1010000 1011111 101 1001 1011010 110010

Color Harmonies of #F1300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1300D

Black with #F1300D

Text Example


Text Example

White with #F1300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1300D; }

 p { color: rgb(241,48,13); }

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

background-color css

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

 a { background-color: rgb(241,48,13); }

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

border-color css

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

 span { border-color: rgb(241,48,13); }

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