Html Css Color HEX #F31613 Scarlet

📋 copy color: '#F31613'

red 243 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #F31613

Tints of Scarlet #F31613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 85.56%
G = 7.75%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F31613 (or 0xF31613) is known color: Scarlet. HEX triplet: F3, 16 and 13. RGB value is (243,22,19). Sum of RGB (Red+Green+Blue) = 243+22+19=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F31613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31613 is #0CE9EC. Grayscale: #575757. Windows color (decimal): -846317 or 1251059. OLE color: 1251059.

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

Color convert

RGB 243 22 19 -
CMYK 0 0.91 0.92 0.05
HSL 0.8º 0.9% 0.51% -
HSV(B) 0.8º 0.92% 0.95% -
XYZ 37.37 19.68 2.44 -
YUV 87.74 89.22 238.74 -
System Red Green Blue C M Y K H S L
Decimal 243 22 19 0 0.91 0.92 0.05 0.8 0.9 0.51
Hex F3 16 13 0 5B 5C 5 1 5A 33
Octal 363 26 23 0 133 134 5 1 132 63
Binary 11110011 10110 10011 0 1011011 1011100 101 1 1011010 110011

Color Harmonies of #F31613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31613

Black with #F31613

Text Example


Text Example

White with #F31613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31613; }

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

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

background-color css

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

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

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

border-color css

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

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

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