Html Css Color HEX #F32113 Scarlet

📋 copy color: '#F32113'

red 243 ◦ green 33 ◦ blue 19

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

Shades of Scarlet #F32113

Tints of Scarlet #F32113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 82.37%
G = 11.19%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32113 (or 0xF32113) is known color: Scarlet. HEX triplet: F3, 21 and 13. RGB value is (243,33,19). Sum of RGB (Red+Green+Blue) = 243+33+19=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F32113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32113 is #0CDEEC. Grayscale: #5E5E5E. Windows color (decimal): -843501 or 1253875. OLE color: 1253875.

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

Color convert

RGB 243 33 19 -
CMYK 0 0.86 0.92 0.05
HSL 3.75º 0.9% 0.51% -
HSV(B) 3.75º 0.92% 0.95% -
XYZ 37.62 20.19 2.53 -
YUV 94.19 85.57 234.14 -
System Red Green Blue C M Y K H S L
Decimal 243 33 19 0 0.86 0.92 0.05 3.75 0.9 0.51
Hex F3 21 13 0 56 5C 5 4 5A 33
Octal 363 41 23 0 126 134 5 4 132 63
Binary 11110011 100001 10011 0 1010110 1011100 101 100 1011010 110011

Color Harmonies of #F32113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32113

Black with #F32113

Text Example


Text Example

White with #F32113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32113; }

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

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

background-color css

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

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

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

border-color css

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

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

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