Html Css Color HEX #F21000 Red

📋 copy color: '#F21000'

red 242 ◦ green 16 ◦ blue 0

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

Shades of Red #F21000

Tints of Red #F21000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.8%
G = 6.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F21000 (or 0xF21000) is known color: Red. HEX triplet: F2, 10 and 00. RGB value is (242,16,0). Sum of RGB (Red+Green+Blue) = 242+16+0=258 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.80% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 242 - color contains mainly: red. Hex color #F21000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21000 is #0DEFFF. Grayscale: #525252. Windows color (decimal): -913408 or 4338. OLE color: 4338.

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

Color convert

RGB 242 16 0 -
CMYK 0 0.93 1 0.05
HSL 3.97º 1% 0.47% -
HSV(B) 3.97º 1% 0.95% -
XYZ 36.8 19.25 1.78 -
YUV 81.75 81.87 242.3 -
System Red Green Blue C M Y K H S L
Decimal 242 16 0 0 0.93 1 0.05 3.97 1 0.47
Hex F2 10 0 0 5D 64 5 4 64 2F
Octal 362 20 0 0 135 144 5 4 144 57
Binary 11110010 10000 0 0 1011101 1100100 101 100 1100100 101111

Color Harmonies of #F21000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21000

Black with #F21000

Text Example


Text Example

White with #F21000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21000; }

 p { color: rgb(242,16,0); }

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

background-color css

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

 a { background-color: rgb(242,16,0); }

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

border-color css

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

 span { border-color: rgb(242,16,0); }

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