Html Css Color HEX #F5211E Scarlet

📋 copy color: '#F5211E'

red 245 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #F5211E

Tints of Scarlet #F5211E

RGB

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

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

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

R = 79.55%
G = 10.71%
B = 9.74%

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

#F5211E (or 0xF5211E) is known color: Scarlet. HEX triplet: F5, 21 and 1E. RGB value is (245,33,30). Sum of RGB (Red+Green+Blue) = 245+33+30=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5211E is #0ADEE1. Grayscale: #606060. Windows color (decimal): -712418 or 1974773. OLE color: 1974773.

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

Color convert

RGB 245 33 30 -
CMYK 0 0.87 0.88 0.04
HSL 0.84º 0.91% 0.54% -
HSV(B) 0.84º 0.88% 0.96% -
XYZ 38.43 20.59 3.18 -
YUV 96.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 245 33 30 0 0.87 0.88 0.04 0.84 0.91 0.54
Hex F5 21 1E 0 57 58 4 1 5B 36
Octal 365 41 36 0 127 130 4 1 133 66
Binary 11110101 100001 11110 0 1010111 1011000 100 1 1011011 110110

Color Harmonies of #F5211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5211E

Black with #F5211E

Text Example


Text Example

White with #F5211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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