Html Css Color HEX #F5201D Scarlet

📋 copy color: '#F5201D'

red 245 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #F5201D

Tints of Scarlet #F5201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 80.07%
G = 10.46%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5201D (or 0xF5201D) is known color: Scarlet. HEX triplet: F5, 20 and 1D. RGB value is (245,32,29). Sum of RGB (Red+Green+Blue) = 245+32+29=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5201D is #0ADFE2. Grayscale: #5F5F5F. Windows color (decimal): -712675 or 1908981. OLE color: 1908981.

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

Color convert

RGB 245 32 29 -
CMYK 0 0.87 0.88 0.04
HSL 0.83º 0.92% 0.54% -
HSV(B) 0.83º 0.88% 0.96% -
XYZ 38.39 20.53 3.1 -
YUV 95.35 90.57 234.74 -
System Red Green Blue C M Y K H S L
Decimal 245 32 29 0 0.87 0.88 0.04 0.83 0.92 0.54
Hex F5 20 1D 0 57 58 4 1 5C 36
Octal 365 40 35 0 127 130 4 1 134 66
Binary 11110101 100000 11101 0 1010111 1011000 100 1 1011100 110110

Color Harmonies of #F5201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5201D

Black with #F5201D

Text Example


Text Example

White with #F5201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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