Html Css Color HEX #F13302 Scarlet

📋 copy color: '#F13302'

red 241 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #F13302

Tints of Scarlet #F13302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 81.97%
G = 17.35%
B = 0.68%

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

#F13302 (or 0xF13302) is known color: Scarlet. HEX triplet: F1, 33 and 02. RGB value is (241,51,2). Sum of RGB (Red+Green+Blue) = 241+51+2=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F13302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13302 is #0ECCFD. Grayscale: #666666. Windows color (decimal): -969982 or 144369. OLE color: 144369.

HSL color Cylindrical-coordinate representation of color #F13302: hue angle of 12.3º 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 #F13302 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 51 2 -
CMYK 0 0.79 0.99 0.05
HSL 12.3º 0.98% 0.48% -
HSV(B) 12.3º 0.99% 0.95% -
XYZ 37.47 21.07 2.15 -
YUV 102.22 71.45 226.98 -
System Red Green Blue C M Y K H S L
Decimal 241 51 2 0 0.79 0.99 0.05 12.3 0.98 0.48
Hex F1 33 2 0 4F 63 5 C 62 30
Octal 361 63 2 0 117 143 5 14 142 60
Binary 11110001 110011 10 0 1001111 1100011 101 1100 1100010 110000

Color Harmonies of #F13302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13302

Black with #F13302

Text Example


Text Example

White with #F13302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13302; }

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

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

background-color css

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

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

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

border-color css

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

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

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