Html Css Color HEX #F32013 Scarlet

📋 copy color: '#F32013'

red 243 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #F32013

Tints of Scarlet #F32013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 82.65%
G = 10.88%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32013 (or 0xF32013) is known color: Scarlet. HEX triplet: F3, 20 and 13. RGB value is (243,32,19). Sum of RGB (Red+Green+Blue) = 243+32+19=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F32013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32013 is #0CDFEC. Grayscale: #5D5D5D. Windows color (decimal): -843757 or 1253619. OLE color: 1253619.

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

Color convert

RGB 243 32 19 -
CMYK 0 0.87 0.92 0.05
HSL 3.48º 0.9% 0.51% -
HSV(B) 3.48º 0.92% 0.95% -
XYZ 37.6 20.13 2.52 -
YUV 93.61 85.9 234.56 -
System Red Green Blue C M Y K H S L
Decimal 243 32 19 0 0.87 0.92 0.05 3.48 0.9 0.51
Hex F3 20 13 0 57 5C 5 3 5A 33
Octal 363 40 23 0 127 134 5 3 132 63
Binary 11110011 100000 10011 0 1010111 1011100 101 11 1011010 110011

Color Harmonies of #F32013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32013

Black with #F32013

Text Example


Text Example

White with #F32013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32013; }

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

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

background-color css

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

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

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

border-color css

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

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

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