Html Css Color HEX #F5221E Scarlet

📋 copy color: '#F5221E'

red 245 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #F5221E

Tints of Scarlet #F5221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 79.29%
G = 11%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5221E (or 0xF5221E) is known color: Scarlet. HEX triplet: F5, 22 and 1E. RGB value is (245,34,30). Sum of RGB (Red+Green+Blue) = 245+34+30=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5221E is #0ADDE1. Grayscale: #606060. Windows color (decimal): -712162 or 1975029. OLE color: 1975029.

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

Color convert

RGB 245 34 30 -
CMYK 0 0.86 0.88 0.04
HSL 1.12º 0.91% 0.54% -
HSV(B) 1.12º 0.88% 0.96% -
XYZ 38.46 20.65 3.19 -
YUV 96.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 245 34 30 0 0.86 0.88 0.04 1.12 0.91 0.54
Hex F5 22 1E 0 56 58 4 1 5B 36
Octal 365 42 36 0 126 130 4 1 133 66
Binary 11110101 100010 11110 0 1010110 1011000 100 1 1011011 110110

Color Harmonies of #F5221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5221E

Black with #F5221E

Text Example


Text Example

White with #F5221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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