Html Css Color HEX #F3211C Scarlet

📋 copy color: '#F3211C'

red 243 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #F3211C

Tints of Scarlet #F3211C

RGB

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

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

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

R = 79.93%
G = 10.86%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3211C (or 0xF3211C) is known color: Scarlet. HEX triplet: F3, 21 and 1C. RGB value is (243,33,28). Sum of RGB (Red+Green+Blue) = 243+33+28=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F3211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3211C is #0CDEE3. Grayscale: #5F5F5F. Windows color (decimal): -843492 or 1843699. OLE color: 1843699.

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

Color convert

RGB 243 33 28 -
CMYK 0 0.86 0.88 0.05
HSL 1.4º 0.9% 0.53% -
HSV(B) 1.4º 0.88% 0.95% -
XYZ 37.72 20.23 3.01 -
YUV 95.22 90.07 233.41 -
System Red Green Blue C M Y K H S L
Decimal 243 33 28 0 0.86 0.88 0.05 1.4 0.9 0.53
Hex F3 21 1C 0 56 58 5 1 5A 35
Octal 363 41 34 0 126 130 5 1 132 65
Binary 11110011 100001 11100 0 1010110 1011000 101 1 1011010 110101

Color Harmonies of #F3211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3211C

Black with #F3211C

Text Example


Text Example

White with #F3211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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