Html Css Color HEX #F5201C Scarlet

📋 copy color: '#F5201C'

red 245 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #F5201C

Tints of Scarlet #F5201C

RGB

 RED value IS 245 (96.09% from 255) = 80.33%

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

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

R = 80.33%
G = 10.49%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5201C (or 0xF5201C) is known color: Scarlet. HEX triplet: F5, 20 and 1C. RGB value is (245,32,28). Sum of RGB (Red+Green+Blue) = 245+32+28=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F5201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5201C is #0ADFE3. Grayscale: #5F5F5F. Windows color (decimal): -712676 or 1843445. OLE color: 1843445.

HSL color Cylindrical-coordinate representation of color #F5201C: hue angle of 1.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5201C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 32 28 -
CMYK 0 0.87 0.89 0.04
HSL 1.11º 0.92% 0.54% -
HSV(B) 1.11º 0.89% 0.96% -
XYZ 38.38 20.53 3.04 -
YUV 95.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 245 32 28 0 0.87 0.89 0.04 1.11 0.92 0.54
Hex F5 20 1C 0 57 59 4 1 5C 36
Octal 365 40 34 0 127 131 4 1 134 66
Binary 11110101 100000 11100 0 1010111 1011001 100 1 1011100 110110

Color Harmonies of #F5201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5201C

Black with #F5201C

Text Example


Text Example

White with #F5201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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