Html Css Color HEX #F13201 Scarlet

📋 copy color: '#F13201'

red 241 ◦ green 50 ◦ blue 1

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

Shades of Scarlet #F13201

Tints of Scarlet #F13201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 82.53%
G = 17.12%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F13201 (or 0xF13201) is known color: Scarlet. HEX triplet: F1, 32 and 01. RGB value is (241,50,1). Sum of RGB (Red+Green+Blue) = 241+50+1=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F13201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13201 is #0ECDFE. Grayscale: #656565. Windows color (decimal): -970239 or 78577. OLE color: 78577.

HSL color Cylindrical-coordinate representation of color #F13201: hue angle of 12.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13201 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 1 -
CMYK 0 0.79 1.00 0.05
HSL 12.25º 0.99% 0.47% -
HSV(B) 12.25º 1% 0.95% -
XYZ 37.42 20.98 2.11 -
YUV 101.52 71.28 227.48 -
System Red Green Blue C M Y K H S L
Decimal 241 50 1 0 0.79 1.00 0.05 12.25 0.99 0.47
Hex F1 32 1 0 4F 64 5 C 63 2F
Octal 361 62 1 0 117 144 5 14 143 57
Binary 11110001 110010 1 0 1001111 1100100 101 1100 1100011 101111

Color Harmonies of #F13201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13201

Black with #F13201

Text Example


Text Example

White with #F13201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13201; }

 p { color: rgb(241,50,1); }

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

background-color css

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

 a { background-color: rgb(241,50,1); }

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

border-color css

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

 span { border-color: rgb(241,50,1); }

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