Html Css Color HEX #F20807 Red

📋 copy color: '#F20807'

red 242 ◦ green 8 ◦ blue 7

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

Shades of Red #F20807

Tints of Red #F20807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 94.16%
G = 3.11%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F20807 (or 0xF20807) is known color: Red. HEX triplet: F2, 08 and 07. RGB value is (242,8,7). Sum of RGB (Red+Green+Blue) = 242+8+7=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F20807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20807 is #0DF7F8. Grayscale: #4E4E4E. Windows color (decimal): -915449 or 461042. OLE color: 461042.

HSL color Cylindrical-coordinate representation of color #F20807: hue angle of 0.26º 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 #F20807 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 8 7 -
CMYK 0 0.97 0.97 0.05
HSL 0.26º 0.94% 0.49% -
HSV(B) 0.26º 0.97% 0.95% -
XYZ 36.74 19.07 1.94 -
YUV 77.85 88.02 245.08 -
System Red Green Blue C M Y K H S L
Decimal 242 8 7 0 0.97 0.97 0.05 0.26 0.94 0.49
Hex F2 8 7 0 61 61 5 0 5E 31
Octal 362 10 7 0 141 141 5 0 136 61
Binary 11110010 1000 111 0 1100001 1100001 101 0 1011110 110001

Color Harmonies of #F20807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20807

Black with #F20807

Text Example


Text Example

White with #F20807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20807; }

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

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

background-color css

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

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

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

border-color css

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

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

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