Html Css Color HEX #F71C02 Scarlet

📋 copy color: '#F71C02'

red 247 ◦ green 28 ◦ blue 2

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

Shades of Scarlet #F71C02

Tints of Scarlet #F71C02

RGB

 RED value IS 247 (96.88% from 255) = 89.17%

 GREEN value IS 28 (11.33% from 255) = 10.11%

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

R = 89.17%
G = 10.11%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F71C02 (or 0xF71C02) is known color: Scarlet. HEX triplet: F7, 1C and 02. RGB value is (247,28,2). Sum of RGB (Red+Green+Blue) = 247+28+2=277 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.17% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71C02 is #08E3FD. Grayscale: #5A5A5A. Windows color (decimal): -582654 or 138487. OLE color: 138487.

HSL color Cylindrical-coordinate representation of color #F71C02: hue angle of 6.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F71C02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 28 2 -
CMYK 0 0.89 0.99 0.03
HSL 6.37º 0.98% 0.49% -
HSV(B) 6.37º 0.99% 0.97% -
XYZ 38.78 20.61 1.99 -
YUV 90.52 78.05 239.61 -
System Red Green Blue C M Y K H S L
Decimal 247 28 2 0 0.89 0.99 0.03 6.37 0.98 0.49
Hex F7 1C 2 0 59 63 3 6 62 31
Octal 367 34 2 0 131 143 3 6 142 61
Binary 11110111 11100 10 0 1011001 1100011 11 110 1100010 110001

Color Harmonies of #F71C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C02

Black with #F71C02

Text Example


Text Example

White with #F71C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C02; }

 p { color: rgb(247,28,2); }

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

background-color css

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

 a { background-color: rgb(247,28,2); }

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

border-color css

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

 span { border-color: rgb(247,28,2); }

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