Html Css Color HEX #F0221A Scarlet

📋 copy color: '#F0221A'

red 240 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #F0221A

Tints of Scarlet #F0221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 80%
G = 11.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0221A (or 0xF0221A) is known color: Scarlet. HEX triplet: F0, 22 and 1A. RGB value is (240,34,26). Sum of RGB (Red+Green+Blue) = 240+34+26=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F0221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0221A is #0FDDE5. Grayscale: #5E5E5E. Windows color (decimal): -1039846 or 1712880. OLE color: 1712880.

HSL color Cylindrical-coordinate representation of color #F0221A: hue angle of 2.24º 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 #F0221A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 34 26 -
CMYK 0 0.86 0.89 0.06
HSL 2.24º 0.88% 0.52% -
HSV(B) 2.24º 0.89% 0.94% -
XYZ 36.69 19.74 2.85 -
YUV 94.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 240 34 26 0 0.86 0.89 0.06 2.24 0.88 0.52
Hex F0 22 1A 0 56 59 6 2 58 34
Octal 360 42 32 0 126 131 6 2 130 64
Binary 11110000 100010 11010 0 1010110 1011001 110 10 1011000 110100

Color Harmonies of #F0221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0221A

Black with #F0221A

Text Example


Text Example

White with #F0221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0221A; }

 p { color: rgb(240,34,26); }

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

background-color css

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

 a { background-color: rgb(240,34,26); }

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

border-color css

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

 span { border-color: rgb(240,34,26); }

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