Html Css Color HEX #F2201A Scarlet

📋 copy color: '#F2201A'

red 242 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #F2201A

Tints of Scarlet #F2201A

RGB

 RED value IS 242 (94.92% from 255) = 80.67%

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

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

R = 80.67%
G = 10.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2201A (or 0xF2201A) is known color: Scarlet. HEX triplet: F2, 20 and 1A. RGB value is (242,32,26). Sum of RGB (Red+Green+Blue) = 242+32+26=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F2201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2201A is #0DDFE5. Grayscale: #5E5E5E. Windows color (decimal): -909286 or 1712370. OLE color: 1712370.

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

Color convert

RGB 242 32 26 -
CMYK 0 0.87 0.89 0.05
HSL 1.67º 0.89% 0.53% -
HSV(B) 1.67º 0.89% 0.95% -
XYZ 37.32 19.98 2.87 -
YUV 94.11 89.57 233.49 -
System Red Green Blue C M Y K H S L
Decimal 242 32 26 0 0.87 0.89 0.05 1.67 0.89 0.53
Hex F2 20 1A 0 57 59 5 2 59 35
Octal 362 40 32 0 127 131 5 2 131 65
Binary 11110010 100000 11010 0 1010111 1011001 101 10 1011001 110101

Color Harmonies of #F2201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2201A

Black with #F2201A

Text Example


Text Example

White with #F2201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2201A; }

 p { color: rgb(242,32,26); }

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

background-color css

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

 a { background-color: rgb(242,32,26); }

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

border-color css

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

 span { border-color: rgb(242,32,26); }

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