Html Css Color HEX #F3200C Scarlet

📋 copy color: '#F3200C'

red 243 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #F3200C

Tints of Scarlet #F3200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 84.67%
G = 11.15%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3200C (or 0xF3200C) is known color: Scarlet. HEX triplet: F3, 20 and 0C. RGB value is (243,32,12). Sum of RGB (Red+Green+Blue) = 243+32+12=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F3200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3200C is #0CDFF3. Grayscale: #5D5D5D. Windows color (decimal): -843764 or 794867. OLE color: 794867.

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

Color convert

RGB 243 32 12 -
CMYK 0 0.87 0.95 0.05
HSL 5.19º 0.91% 0.5% -
HSV(B) 5.19º 0.95% 0.95% -
XYZ 37.55 20.11 2.25 -
YUV 92.81 82.4 235.13 -
System Red Green Blue C M Y K H S L
Decimal 243 32 12 0 0.87 0.95 0.05 5.19 0.91 0.5
Hex F3 20 C 0 57 5F 5 5 5B 32
Octal 363 40 14 0 127 137 5 5 133 62
Binary 11110011 100000 1100 0 1010111 1011111 101 101 1011011 110010

Color Harmonies of #F3200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3200C

Black with #F3200C

Text Example


Text Example

White with #F3200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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