Html Css Color HEX #F7170C Scarlet

📋 copy color: '#F7170C'

red 247 ◦ green 23 ◦ blue 12

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

Shades of Scarlet #F7170C

Tints of Scarlet #F7170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 87.59%
G = 8.16%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7170C (or 0xF7170C) is known color: Scarlet. HEX triplet: F7, 17 and 0C. RGB value is (247,23,12). Sum of RGB (Red+Green+Blue) = 247+23+12=282 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.59% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 247 - color contains mainly: red. Hex color #F7170C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7170C is #08E8F3. Grayscale: #585858. Windows color (decimal): -583924 or 792567. OLE color: 792567.

HSL color Cylindrical-coordinate representation of color #F7170C: hue angle of 2.81º 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 #F7170C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 23 12 -
CMYK 0 0.91 0.95 0.03
HSL 2.81º 0.94% 0.51% -
HSV(B) 2.81º 0.95% 0.97% -
XYZ 38.73 20.41 2.25 -
YUV 88.72 84.71 240.89 -
System Red Green Blue C M Y K H S L
Decimal 247 23 12 0 0.91 0.95 0.03 2.81 0.94 0.51
Hex F7 17 C 0 5B 5F 3 3 5E 33
Octal 367 27 14 0 133 137 3 3 136 63
Binary 11110111 10111 1100 0 1011011 1011111 11 11 1011110 110011

Color Harmonies of #F7170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7170C

Black with #F7170C

Text Example


Text Example

White with #F7170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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