Html Css Color HEX #F0201B Scarlet

📋 copy color: '#F0201B'

red 240 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #F0201B

Tints of Scarlet #F0201B

RGB

 RED value IS 240 (94.14% from 255) = 80.27%

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 80.27%
G = 10.7%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0201B (or 0xF0201B) is known color: Scarlet. HEX triplet: F0, 20 and 1B. RGB value is (240,32,27). Sum of RGB (Red+Green+Blue) = 240+32+27=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F0201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0201B is #0FDFE4. Grayscale: #5D5D5D. Windows color (decimal): -1040357 or 1777904. OLE color: 1777904.

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

Color convert

RGB 240 32 27 -
CMYK 0 0.87 0.89 0.06
HSL 1.41º 0.88% 0.52% -
HSV(B) 1.41º 0.89% 0.94% -
XYZ 36.65 19.64 2.9 -
YUV 93.62 90.41 232.41 -
System Red Green Blue C M Y K H S L
Decimal 240 32 27 0 0.87 0.89 0.06 1.41 0.88 0.52
Hex F0 20 1B 0 57 59 6 1 58 34
Octal 360 40 33 0 127 131 6 1 130 64
Binary 11110000 100000 11011 0 1010111 1011001 110 1 1011000 110100

Color Harmonies of #F0201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0201B

Black with #F0201B

Text Example


Text Example

White with #F0201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0201B; }

 p { color: rgb(240,32,27); }

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

background-color css

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

 a { background-color: rgb(240,32,27); }

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

border-color css

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

 span { border-color: rgb(240,32,27); }

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