Html Css Color HEX #F21201 Red

📋 copy color: '#F21201'

red 242 ◦ green 18 ◦ blue 1

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

Shades of Red #F21201

Tints of Red #F21201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 92.72%
G = 6.9%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F21201 (or 0xF21201) is known color: Red. HEX triplet: F2, 12 and 01. RGB value is (242,18,1). Sum of RGB (Red+Green+Blue) = 242+18+1=261 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.72% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 242 - color contains mainly: red. Hex color #F21201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21201 is #0DEDFE. Grayscale: #535353. Windows color (decimal): -912895 or 70386. OLE color: 70386.

HSL color Cylindrical-coordinate representation of color #F21201: hue angle of 4.23º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F21201 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 1 -
CMYK 0 0.93 1.00 0.05
HSL 4.23º 0.99% 0.48% -
HSV(B) 4.23º 1% 0.95% -
XYZ 36.84 19.31 1.81 -
YUV 83.04 81.71 241.38 -
System Red Green Blue C M Y K H S L
Decimal 242 18 1 0 0.93 1.00 0.05 4.23 0.99 0.48
Hex F2 12 1 0 5D 64 5 4 63 30
Octal 362 22 1 0 135 144 5 4 143 60
Binary 11110010 10010 1 0 1011101 1100100 101 100 1100011 110000

Color Harmonies of #F21201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21201

Black with #F21201

Text Example


Text Example

White with #F21201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21201; }

 p { color: rgb(242,18,1); }

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

background-color css

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

 a { background-color: rgb(242,18,1); }

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

border-color css

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

 span { border-color: rgb(242,18,1); }

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