Html Css Color HEX #F13305 Scarlet

📋 copy color: '#F13305'

red 241 ◦ green 51 ◦ blue 5

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

Shades of Scarlet #F13305

Tints of Scarlet #F13305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 81.14%
G = 17.17%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13305 (or 0xF13305) is known color: Scarlet. HEX triplet: F1, 33 and 05. RGB value is (241,51,5). Sum of RGB (Red+Green+Blue) = 241+51+5=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F13305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13305 is #0ECCFA. Grayscale: #666666. Windows color (decimal): -969979 or 340977. OLE color: 340977.

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

Color convert

RGB 241 51 5 -
CMYK 0 0.79 0.98 0.05
HSL 11.69º 0.96% 0.48% -
HSV(B) 11.69º 0.98% 0.95% -
XYZ 37.49 21.08 2.24 -
YUV 102.57 72.95 226.74 -
System Red Green Blue C M Y K H S L
Decimal 241 51 5 0 0.79 0.98 0.05 11.69 0.96 0.48
Hex F1 33 5 0 4F 62 5 C 60 30
Octal 361 63 5 0 117 142 5 14 140 60
Binary 11110001 110011 101 0 1001111 1100010 101 1100 1100000 110000

Color Harmonies of #F13305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13305

Black with #F13305

Text Example


Text Example

White with #F13305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13305; }

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

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

background-color css

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

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

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

border-color css

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

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

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