Html Css Color HEX #F21202 Red

📋 copy color: '#F21202'

red 242 ◦ green 18 ◦ blue 2

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

Shades of Red #F21202

Tints of Red #F21202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 92.37%
G = 6.87%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F21202 (or 0xF21202) is known color: Red. HEX triplet: F2, 12 and 02. RGB value is (242,18,2). Sum of RGB (Red+Green+Blue) = 242+18+2=262 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.37% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 242 - color contains mainly: red. Hex color #F21202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21202 is #0DEDFD. Grayscale: #535353. Windows color (decimal): -912894 or 135922. OLE color: 135922.

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

Color convert

RGB 242 18 2 -
CMYK 0 0.93 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 36.85 19.31 1.84 -
YUV 83.15 82.21 241.3 -
System Red Green Blue C M Y K H S L
Decimal 242 18 2 0 0.93 0.99 0.05 4 0.98 0.48
Hex F2 12 2 0 5D 63 5 4 62 30
Octal 362 22 2 0 135 143 5 4 142 60
Binary 11110010 10010 10 0 1011101 1100011 101 100 1100010 110000

Color Harmonies of #F21202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21202

Black with #F21202

Text Example


Text Example

White with #F21202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21202; }

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

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

background-color css

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

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

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

border-color css

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

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

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