Html Css Color HEX #F13300 Scarlet

📋 copy color: '#F13300'

red 241 ◦ green 51 ◦ blue 0

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

Shades of Scarlet #F13300

Tints of Scarlet #F13300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.53%
G = 17.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F13300 (or 0xF13300) is known color: Scarlet. HEX triplet: F1, 33 and 00. RGB value is (241,51,0). Sum of RGB (Red+Green+Blue) = 241+51+0=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F13300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13300 is #0ECCFF. Grayscale: #666666. Windows color (decimal): -969984 or 13297. OLE color: 13297.

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

Color convert

RGB 241 51 0 -
CMYK 0 0.79 1 0.05
HSL 12.7º 1% 0.47% -
HSV(B) 12.7º 1% 0.95% -
XYZ 37.46 21.07 2.09 -
YUV 102 70.45 227.15 -
System Red Green Blue C M Y K H S L
Decimal 241 51 0 0 0.79 1 0.05 12.7 1 0.47
Hex F1 33 0 0 4F 64 5 D 64 2F
Octal 361 63 0 0 117 144 5 15 144 57
Binary 11110001 110011 0 0 1001111 1100100 101 1101 1100100 101111

Color Harmonies of #F13300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13300

Black with #F13300

Text Example


Text Example

White with #F13300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13300; }

 p { color: rgb(241,51,0); }

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

background-color css

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

 a { background-color: rgb(241,51,0); }

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

border-color css

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

 span { border-color: rgb(241,51,0); }

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