Html Css Color HEX #F0201E Scarlet

📋 copy color: '#F0201E'

red 240 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #F0201E

Tints of Scarlet #F0201E

RGB

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

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

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

R = 79.47%
G = 10.6%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0201E (or 0xF0201E) is known color: Scarlet. HEX triplet: F0, 20 and 1E. RGB value is (240,32,30). Sum of RGB (Red+Green+Blue) = 240+32+30=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0201E is #0FDFE1. Grayscale: #5E5E5E. Windows color (decimal): -1040354 or 1974512. OLE color: 1974512.

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

Color convert

RGB 240 32 30 -
CMYK 0 0.87 0.87 0.06
HSL 0.57º 0.88% 0.53% -
HSV(B) 0.57º 0.88% 0.94% -
XYZ 36.69 19.65 3.09 -
YUV 93.96 91.91 232.16 -
System Red Green Blue C M Y K H S L
Decimal 240 32 30 0 0.87 0.87 0.06 0.57 0.88 0.53
Hex F0 20 1E 0 57 57 6 1 58 35
Octal 360 40 36 0 127 127 6 1 130 65
Binary 11110000 100000 11110 0 1010111 1010111 110 1 1011000 110101

Color Harmonies of #F0201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0201E

Black with #F0201E

Text Example


Text Example

White with #F0201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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