Html Css Color HEX #F8211B Scarlet

📋 copy color: '#F8211B'

red 248 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #F8211B

Tints of Scarlet #F8211B

RGB

 RED value IS 248 (97.27% from 255) = 80.52%

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 80.52%
G = 10.71%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8211B (or 0xF8211B) is known color: Scarlet. HEX triplet: F8, 21 and 1B. RGB value is (248,33,27). Sum of RGB (Red+Green+Blue) = 248+33+27=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F8211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8211B is #07DEE4. Grayscale: #606060. Windows color (decimal): -515813 or 1778168. OLE color: 1778168.

HSL color Cylindrical-coordinate representation of color #F8211B: hue angle of 1.63º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8211B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 33 27 -
CMYK 0 0.87 0.89 0.03
HSL 1.63º 0.94% 0.54% -
HSV(B) 1.63º 0.89% 0.97% -
XYZ 39.45 21.12 3.03 -
YUV 96.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 248 33 27 0 0.87 0.89 0.03 1.63 0.94 0.54
Hex F8 21 1B 0 57 59 3 2 5E 36
Octal 370 41 33 0 127 131 3 2 136 66
Binary 11111000 100001 11011 0 1010111 1011001 11 10 1011110 110110

Color Harmonies of #F8211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8211B

Black with #F8211B

Text Example


Text Example

White with #F8211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8211B; }

 p { color: rgb(248,33,27); }

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

background-color css

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

 a { background-color: rgb(248,33,27); }

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

border-color css

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

 span { border-color: rgb(248,33,27); }

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