Html Css Color HEX #F3160F Scarlet

📋 copy color: '#F3160F'

red 243 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #F3160F

Tints of Scarlet #F3160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 86.79%
G = 7.86%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3160F (or 0xF3160F) is known color: Scarlet. HEX triplet: F3, 16 and 0F. RGB value is (243,22,15). Sum of RGB (Red+Green+Blue) = 243+22+15=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F3160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3160F is #0CE9F0. Grayscale: #575757. Windows color (decimal): -846321 or 988915. OLE color: 988915.

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

Color convert

RGB 243 22 15 -
CMYK 0 0.91 0.94 0.05
HSL 1.84º 0.9% 0.51% -
HSV(B) 1.84º 0.94% 0.95% -
XYZ 37.34 19.66 2.28 -
YUV 87.28 87.22 239.07 -
System Red Green Blue C M Y K H S L
Decimal 243 22 15 0 0.91 0.94 0.05 1.84 0.9 0.51
Hex F3 16 F 0 5B 5E 5 2 5A 33
Octal 363 26 17 0 133 136 5 2 132 63
Binary 11110011 10110 1111 0 1011011 1011110 101 10 1011010 110011

Color Harmonies of #F3160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3160F

Black with #F3160F

Text Example


Text Example

White with #F3160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3160F; }

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

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

background-color css

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

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

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

border-color css

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

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

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