Html Css Color HEX #F52105 Scarlet

📋 copy color: '#F52105'

red 245 ◦ green 33 ◦ blue 5

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

Shades of Scarlet #F52105

Tints of Scarlet #F52105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 86.57%
G = 11.66%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F52105 (or 0xF52105) is known color: Scarlet. HEX triplet: F5, 21 and 05. RGB value is (245,33,5). Sum of RGB (Red+Green+Blue) = 245+33+5=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F52105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52105 is #0ADEFA. Grayscale: #5D5D5D. Windows color (decimal): -712443 or 336373. OLE color: 336373.

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

Color convert

RGB 245 33 5 -
CMYK 0 0.87 0.98 0.04
HSL 0.96% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 38.23 20.51 2.09 -
YUV 93.2 78.24 236.28 -
System Red Green Blue C M Y K H S L
Decimal 245 33 5 0 0.87 0.98 0.04 7 0.96 0.49
Hex F5 21 5 0 57 62 4 7 60 31
Octal 365 41 5 0 127 142 4 7 140 61
Binary 11110101 100001 101 0 1010111 1100010 100 111 1100000 110001

Color Harmonies of #F52105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52105

Black with #F52105

Text Example


Text Example

White with #F52105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52105; }

 p { color: rgb(245,33,5); }

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

background-color css

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

 a { background-color: rgb(245,33,5); }

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

border-color css

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

 span { border-color: rgb(245,33,5); }

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