Html Css Color HEX #F3170C Scarlet

📋 copy color: '#F3170C'

red 243 ◦ green 23 ◦ blue 12

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

Shades of Scarlet #F3170C

Tints of Scarlet #F3170C

RGB

 RED value IS 243 (95.31% from 255) = 87.41%

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

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

R = 87.41%
G = 8.27%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3170C (or 0xF3170C) is known color: Scarlet. HEX triplet: F3, 17 and 0C. RGB value is (243,23,12). Sum of RGB (Red+Green+Blue) = 243+23+12=278 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.41% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 243 - color contains mainly: red. Hex color #F3170C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3170C is #0CE8F3. Grayscale: #575757. Windows color (decimal): -846068 or 792563. OLE color: 792563.

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

Color convert

RGB 243 23 12 -
CMYK 0 0.91 0.95 0.05
HSL 2.86º 0.91% 0.5% -
HSV(B) 2.86º 0.95% 0.95% -
XYZ 37.33 19.69 2.18 -
YUV 87.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 243 23 12 0 0.91 0.95 0.05 2.86 0.91 0.5
Hex F3 17 C 0 5B 5F 5 3 5B 32
Octal 363 27 14 0 133 137 5 3 133 62
Binary 11110011 10111 1100 0 1011011 1011111 101 11 1011011 110010

Color Harmonies of #F3170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3170C

Black with #F3170C

Text Example


Text Example

White with #F3170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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