Html Css Color HEX #F32100 Scarlet

📋 copy color: '#F32100'

red 243 ◦ green 33 ◦ blue 0

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

Shades of Scarlet #F32100

Tints of Scarlet #F32100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.04%
G = 11.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F32100 (or 0xF32100) is known color: Scarlet. HEX triplet: F3, 21 and 00. RGB value is (243,33,0). Sum of RGB (Red+Green+Blue) = 243+33+0=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F32100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32100 is #0CDEFF. Grayscale: #5C5C5C. Windows color (decimal): -843520 or 8691. OLE color: 8691.

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

Color convert

RGB 243 33 0 -
CMYK 0 0.86 1 0.05
HSL 8.15º 1% 0.48% -
HSV(B) 8.15º 1% 0.95% -
XYZ 37.51 20.14 1.91 -
YUV 92.03 76.07 235.68 -
System Red Green Blue C M Y K H S L
Decimal 243 33 0 0 0.86 1 0.05 8.15 1 0.48
Hex F3 21 0 0 56 64 5 8 64 30
Octal 363 41 0 0 126 144 5 10 144 60
Binary 11110011 100001 0 0 1010110 1100100 101 1000 1100100 110000

Color Harmonies of #F32100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32100

Black with #F32100

Text Example


Text Example

White with #F32100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32100; }

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

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

background-color css

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

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

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

border-color css

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

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

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