Html Css Color HEX #F3170A Scarlet

📋 copy color: '#F3170A'

red 243 ◦ green 23 ◦ blue 10

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

Shades of Scarlet #F3170A

Tints of Scarlet #F3170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 88.04%
G = 8.33%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3170A (or 0xF3170A) is known color: Scarlet. HEX triplet: F3, 17 and 0A. RGB value is (243,23,10). Sum of RGB (Red+Green+Blue) = 243+23+10=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F3170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3170A is #0CE8F5. Grayscale: #575757. Windows color (decimal): -846070 or 661491. OLE color: 661491.

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

Color convert

RGB 243 23 10 -
CMYK 0 0.91 0.96 0.05
HSL 3.35º 0.92% 0.5% -
HSV(B) 3.35º 0.96% 0.95% -
XYZ 37.32 19.69 2.12 -
YUV 87.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 243 23 10 0 0.91 0.96 0.05 3.35 0.92 0.5
Hex F3 17 A 0 5B 60 5 3 5C 32
Octal 363 27 12 0 133 140 5 3 134 62
Binary 11110011 10111 1010 0 1011011 1100000 101 11 1011100 110010

Color Harmonies of #F3170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3170A

Black with #F3170A

Text Example


Text Example

White with #F3170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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