Html Css Color HEX #F5220D Scarlet

📋 copy color: '#F5220D'

red 245 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #F5220D

Tints of Scarlet #F5220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 83.9%
G = 11.64%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5220D (or 0xF5220D) is known color: Scarlet. HEX triplet: F5, 22 and 0D. RGB value is (245,34,13). Sum of RGB (Red+Green+Blue) = 245+34+13=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5220D is #0ADDF2. Grayscale: #5E5E5E. Windows color (decimal): -712179 or 860917. OLE color: 860917.

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

Color convert

RGB 245 34 13 -
CMYK 0 0.86 0.95 0.04
HSL 5.43º 0.92% 0.51% -
HSV(B) 5.43º 0.95% 0.96% -
XYZ 38.3 20.59 2.34 -
YUV 94.7 81.9 235.21 -
System Red Green Blue C M Y K H S L
Decimal 245 34 13 0 0.86 0.95 0.04 5.43 0.92 0.51
Hex F5 22 D 0 56 5F 4 5 5C 33
Octal 365 42 15 0 126 137 4 5 134 63
Binary 11110101 100010 1101 0 1010110 1011111 100 101 1011100 110011

Color Harmonies of #F5220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5220D

Black with #F5220D

Text Example


Text Example

White with #F5220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5220D; }

 p { color: rgb(245,34,13); }

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

background-color css

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

 a { background-color: rgb(245,34,13); }

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

border-color css

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

 span { border-color: rgb(245,34,13); }

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