Html Css Color HEX #F2120D Red

📋 copy color: '#F2120D'

red 242 ◦ green 18 ◦ blue 13

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

Shades of Red #F2120D

Tints of Red #F2120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 88.64%
G = 6.59%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2120D (or 0xF2120D) is known color: Red. HEX triplet: F2, 12 and 0D. RGB value is (242,18,13). Sum of RGB (Red+Green+Blue) = 242+18+13=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2120D is #0DEDF2. Grayscale: #545454. Windows color (decimal): -912883 or 856818. OLE color: 856818.

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

Color convert

RGB 242 18 13 -
CMYK 0 0.93 0.95 0.05
HSL 1.31º 0.9% 0.5% -
HSV(B) 1.31º 0.95% 0.95% -
XYZ 36.91 19.34 2.17 -
YUV 84.41 87.71 240.41 -
System Red Green Blue C M Y K H S L
Decimal 242 18 13 0 0.93 0.95 0.05 1.31 0.9 0.5
Hex F2 12 D 0 5D 5F 5 1 5A 32
Octal 362 22 15 0 135 137 5 1 132 62
Binary 11110010 10010 1101 0 1011101 1011111 101 1 1011010 110010

Color Harmonies of #F2120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2120D

Black with #F2120D

Text Example


Text Example

White with #F2120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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