Html Css Color HEX #F3201C Scarlet

📋 copy color: '#F3201C'

red 243 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #F3201C

Tints of Scarlet #F3201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 80.2%
G = 10.56%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3201C (or 0xF3201C) is known color: Scarlet. HEX triplet: F3, 20 and 1C. RGB value is (243,32,28). Sum of RGB (Red+Green+Blue) = 243+32+28=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F3201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3201C is #0CDFE3. Grayscale: #5E5E5E. Windows color (decimal): -843748 or 1843443. OLE color: 1843443.

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

Color convert

RGB 243 32 28 -
CMYK 0 0.87 0.88 0.05
HSL 1.12º 0.9% 0.53% -
HSV(B) 1.12º 0.88% 0.95% -
XYZ 37.69 20.17 3.01 -
YUV 94.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 243 32 28 0 0.87 0.88 0.05 1.12 0.9 0.53
Hex F3 20 1C 0 57 58 5 1 5A 35
Octal 363 40 34 0 127 130 5 1 132 65
Binary 11110011 100000 11100 0 1010111 1011000 101 1 1011010 110101

Color Harmonies of #F3201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3201C

Black with #F3201C

Text Example


Text Example

White with #F3201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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