Html Css Color HEX #F21204 Red

📋 copy color: '#F21204'

red 242 ◦ green 18 ◦ blue 4

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

Shades of Red #F21204

Tints of Red #F21204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 91.67%
G = 6.82%
B = 1.52%

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

#F21204 (or 0xF21204) is known color: Red. HEX triplet: F2, 12 and 04. RGB value is (242,18,4). Sum of RGB (Red+Green+Blue) = 242+18+4=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F21204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21204 is #0DEDFB. Grayscale: #535353. Windows color (decimal): -912892 or 266994. OLE color: 266994.

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

Color convert

RGB 242 18 4 -
CMYK 0 0.93 0.98 0.05
HSL 3.53º 0.97% 0.48% -
HSV(B) 3.53º 0.98% 0.95% -
XYZ 36.86 19.32 1.9 -
YUV 83.38 83.21 241.14 -
System Red Green Blue C M Y K H S L
Decimal 242 18 4 0 0.93 0.98 0.05 3.53 0.97 0.48
Hex F2 12 4 0 5D 62 5 4 61 30
Octal 362 22 4 0 135 142 5 4 141 60
Binary 11110010 10010 100 0 1011101 1100010 101 100 1100001 110000

Color Harmonies of #F21204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21204

Black with #F21204

Text Example


Text Example

White with #F21204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21204; }

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

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

background-color css

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

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

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

border-color css

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

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

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