Html Css Color HEX #F21207 Red

📋 copy color: '#F21207'

red 242 ◦ green 18 ◦ blue 7

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

Shades of Red #F21207

Tints of Red #F21207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 90.64%
G = 6.74%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F21207 (or 0xF21207) is known color: Red. HEX triplet: F2, 12 and 07. RGB value is (242,18,7). Sum of RGB (Red+Green+Blue) = 242+18+7=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F21207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21207 is #0DEDF8. Grayscale: #535353. Windows color (decimal): -912889 or 463602. OLE color: 463602.

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

Color convert

RGB 242 18 7 -
CMYK 0 0.93 0.97 0.05
HSL 2.81º 0.94% 0.49% -
HSV(B) 2.81º 0.97% 0.95% -
XYZ 36.87 19.33 1.99 -
YUV 83.72 84.71 240.89 -
System Red Green Blue C M Y K H S L
Decimal 242 18 7 0 0.93 0.97 0.05 2.81 0.94 0.49
Hex F2 12 7 0 5D 61 5 3 5E 31
Octal 362 22 7 0 135 141 5 3 136 61
Binary 11110010 10010 111 0 1011101 1100001 101 11 1011110 110001

Color Harmonies of #F21207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21207

Black with #F21207

Text Example


Text Example

White with #F21207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21207; }

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

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

background-color css

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

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

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

border-color css

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

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

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