Html Css Color HEX #F31610 Scarlet

📋 copy color: '#F31610'

red 243 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #F31610

Tints of Scarlet #F31610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 86.48%
G = 7.83%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31610 (or 0xF31610) is known color: Scarlet. HEX triplet: F3, 16 and 10. RGB value is (243,22,16). Sum of RGB (Red+Green+Blue) = 243+22+16=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31610 is #0CE9EF. Grayscale: #575757. Windows color (decimal): -846320 or 1054451. OLE color: 1054451.

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

Color convert

RGB 243 22 16 -
CMYK 0 0.91 0.93 0.05
HSL 1.59º 0.9% 0.51% -
HSV(B) 1.59º 0.93% 0.95% -
XYZ 37.34 19.67 2.32 -
YUV 87.4 87.72 238.99 -
System Red Green Blue C M Y K H S L
Decimal 243 22 16 0 0.91 0.93 0.05 1.59 0.9 0.51
Hex F3 16 10 0 5B 5D 5 2 5A 33
Octal 363 26 20 0 133 135 5 2 132 63
Binary 11110011 10110 10000 0 1011011 1011101 101 10 1011010 110011

Color Harmonies of #F31610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31610

Black with #F31610

Text Example


Text Example

White with #F31610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31610; }

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

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

background-color css

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

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

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

border-color css

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

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

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