Html Css Color HEX #F31616 Scarlet

📋 copy color: '#F31616'

red 243 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #F31616

Tints of Scarlet #F31616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 84.67%
G = 7.67%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F31616 (or 0xF31616) is known color: Scarlet. HEX triplet: F3, 16 and 16. RGB value is (243,22,22). Sum of RGB (Red+Green+Blue) = 243+22+22=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F31616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31616 is #0CE9E9. Grayscale: #585858. Windows color (decimal): -846314 or 1447667. OLE color: 1447667.

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

Color convert

RGB 243 22 22 -
CMYK 0 0.91 0.91 0.05
HSL 0.9% 0.52% -
HSV(B) 0.91% 0.95% -
XYZ 37.39 19.69 2.59 -
YUV 88.08 90.72 238.5 -
System Red Green Blue C M Y K H S L
Decimal 243 22 22 0 0.91 0.91 0.05 0 0.9 0.52
Hex F3 16 16 0 5B 5B 5 0 5A 34
Octal 363 26 26 0 133 133 5 0 132 64
Binary 11110011 10110 10110 0 1011011 1011011 101 0 1011010 110100

Color Harmonies of #F31616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31616

Black with #F31616

Text Example


Text Example

White with #F31616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31616; }

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

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

background-color css

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

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

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

border-color css

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

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

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