Html Css Color HEX #F31511 Scarlet

📋 copy color: '#F31511'

red 243 ◦ green 21 ◦ blue 17

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

Shades of Scarlet #F31511

Tints of Scarlet #F31511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 86.48%
G = 7.47%
B = 6.05%

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

#F31511 (or 0xF31511) is known color: Scarlet. HEX triplet: F3, 15 and 11. RGB value is (243,21,17). Sum of RGB (Red+Green+Blue) = 243+21+17=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31511 is #0CEAEE. Grayscale: #575757. Windows color (decimal): -846575 or 1119731. OLE color: 1119731.

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

Color convert

RGB 243 21 17 -
CMYK 0 0.91 0.93 0.05
HSL 1.06º 0.9% 0.51% -
HSV(B) 1.06º 0.93% 0.95% -
XYZ 37.33 19.63 2.35 -
YUV 86.92 88.55 239.33 -
System Red Green Blue C M Y K H S L
Decimal 243 21 17 0 0.91 0.93 0.05 1.06 0.9 0.51
Hex F3 15 11 0 5B 5D 5 1 5A 33
Octal 363 25 21 0 133 135 5 1 132 63
Binary 11110011 10101 10001 0 1011011 1011101 101 1 1011010 110011

Color Harmonies of #F31511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31511

Black with #F31511

Text Example


Text Example

White with #F31511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31511; }

 p { color: rgb(243,21,17); }

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

background-color css

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

 a { background-color: rgb(243,21,17); }

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

border-color css

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

 span { border-color: rgb(243,21,17); }

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