Html Css Color HEX #F21105 Red

📋 copy color: '#F21105'

red 242 ◦ green 17 ◦ blue 5

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

Shades of Red #F21105

Tints of Red #F21105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 91.67%
G = 6.44%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F21105 (or 0xF21105) is known color: Red. HEX triplet: F2, 11 and 05. RGB value is (242,17,5). Sum of RGB (Red+Green+Blue) = 242+17+5=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F21105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21105 is #0DEEFA. Grayscale: #535353. Windows color (decimal): -913147 or 332274. OLE color: 332274.

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

Color convert

RGB 242 17 5 -
CMYK 0 0.93 0.98 0.05
HSL 3.04º 0.96% 0.48% -
HSV(B) 3.04º 0.98% 0.95% -
XYZ 36.85 19.29 1.92 -
YUV 82.91 84.04 241.48 -
System Red Green Blue C M Y K H S L
Decimal 242 17 5 0 0.93 0.98 0.05 3.04 0.96 0.48
Hex F2 11 5 0 5D 62 5 3 60 30
Octal 362 21 5 0 135 142 5 3 140 60
Binary 11110010 10001 101 0 1011101 1100010 101 11 1100000 110000

Color Harmonies of #F21105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21105

Black with #F21105

Text Example


Text Example

White with #F21105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21105; }

 p { color: rgb(242,17,5); }

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

background-color css

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

 a { background-color: rgb(242,17,5); }

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

border-color css

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

 span { border-color: rgb(242,17,5); }

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