Html Css Color HEX #F7200C Scarlet

📋 copy color: '#F7200C'

red 247 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #F7200C

Tints of Scarlet #F7200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 84.88%
G = 11%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7200C (or 0xF7200C) is known color: Scarlet. HEX triplet: F7, 20 and 0C. RGB value is (247,32,12). Sum of RGB (Red+Green+Blue) = 247+32+12=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F7200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7200C is #08DFF3. Grayscale: #5E5E5E. Windows color (decimal): -581620 or 794871. OLE color: 794871.

HSL color Cylindrical-coordinate representation of color #F7200C: hue angle of 5.11º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7200C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 12 -
CMYK 0 0.87 0.95 0.03
HSL 5.11º 0.94% 0.51% -
HSV(B) 5.11º 0.95% 0.97% -
XYZ 38.94 20.83 2.32 -
YUV 94.01 81.73 237.13 -
System Red Green Blue C M Y K H S L
Decimal 247 32 12 0 0.87 0.95 0.03 5.11 0.94 0.51
Hex F7 20 C 0 57 5F 3 5 5E 33
Octal 367 40 14 0 127 137 3 5 136 63
Binary 11110111 100000 1100 0 1010111 1011111 11 101 1011110 110011

Color Harmonies of #F7200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7200C

Black with #F7200C

Text Example


Text Example

White with #F7200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7200C; }

 p { color: rgb(247,32,12); }

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

background-color css

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

 a { background-color: rgb(247,32,12); }

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

border-color css

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

 span { border-color: rgb(247,32,12); }

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