Html Css Color HEX #F3160C Scarlet

📋 copy color: '#F3160C'

red 243 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #F3160C

Tints of Scarlet #F3160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 87.73%
G = 7.94%
B = 4.33%

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

#F3160C (or 0xF3160C) is known color: Scarlet. HEX triplet: F3, 16 and 0C. RGB value is (243,22,12). Sum of RGB (Red+Green+Blue) = 243+22+12=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F3160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3160C is #0CE9F3. Grayscale: #575757. Windows color (decimal): -846324 or 792307. OLE color: 792307.

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

Color convert

RGB 243 22 12 -
CMYK 0 0.91 0.95 0.05
HSL 2.6º 0.91% 0.5% -
HSV(B) 2.6º 0.95% 0.95% -
XYZ 37.32 19.66 2.17 -
YUV 86.94 85.72 239.31 -
System Red Green Blue C M Y K H S L
Decimal 243 22 12 0 0.91 0.95 0.05 2.6 0.91 0.5
Hex F3 16 C 0 5B 5F 5 3 5B 32
Octal 363 26 14 0 133 137 5 3 133 62
Binary 11110011 10110 1100 0 1011011 1011111 101 11 1011011 110010

Color Harmonies of #F3160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3160C

Black with #F3160C

Text Example


Text Example

White with #F3160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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