Html Css Color HEX #F13303 Scarlet

📋 copy color: '#F13303'

red 241 ◦ green 51 ◦ blue 3

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

Shades of Scarlet #F13303

Tints of Scarlet #F13303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 81.69%
G = 17.29%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F13303 (or 0xF13303) is known color: Scarlet. HEX triplet: F1, 33 and 03. RGB value is (241,51,3). Sum of RGB (Red+Green+Blue) = 241+51+3=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F13303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13303 is #0ECCFC. Grayscale: #666666. Windows color (decimal): -969981 or 209905. OLE color: 209905.

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

Color convert

RGB 241 51 3 -
CMYK 0 0.79 0.99 0.05
HSL 12.1º 0.98% 0.48% -
HSV(B) 12.1º 0.99% 0.95% -
XYZ 37.48 21.08 2.18 -
YUV 102.34 71.95 226.9 -
System Red Green Blue C M Y K H S L
Decimal 241 51 3 0 0.79 0.99 0.05 12.1 0.98 0.48
Hex F1 33 3 0 4F 63 5 C 62 30
Octal 361 63 3 0 117 143 5 14 142 60
Binary 11110001 110011 11 0 1001111 1100011 101 1100 1100010 110000

Color Harmonies of #F13303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13303

Black with #F13303

Text Example


Text Example

White with #F13303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13303; }

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

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

background-color css

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

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

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

border-color css

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

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

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