Html Css Color HEX #F2130C Red

📋 copy color: '#F2130C'

red 242 ◦ green 19 ◦ blue 12

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

Shades of Red #F2130C

Tints of Red #F2130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 88.64%
G = 6.96%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2130C (or 0xF2130C) is known color: Red. HEX triplet: F2, 13 and 0C. RGB value is (242,19,12). Sum of RGB (Red+Green+Blue) = 242+19+12=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2130C is #0DECF3. Grayscale: #555555. Windows color (decimal): -912628 or 791538. OLE color: 791538.

HSL color Cylindrical-coordinate representation of color #F2130C: hue angle of 1.83º degrees, saturation: 0.91, 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 #F2130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 12 -
CMYK 0 0.92 0.95 0.05
HSL 1.83º 0.91% 0.5% -
HSV(B) 1.83º 0.95% 0.95% -
XYZ 36.92 19.37 2.14 -
YUV 84.88 86.88 240.07 -
System Red Green Blue C M Y K H S L
Decimal 242 19 12 0 0.92 0.95 0.05 1.83 0.91 0.5
Hex F2 13 C 0 5C 5F 5 2 5B 32
Octal 362 23 14 0 134 137 5 2 133 62
Binary 11110010 10011 1100 0 1011100 1011111 101 10 1011011 110010

Color Harmonies of #F2130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2130C

Black with #F2130C

Text Example


Text Example

White with #F2130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2130C; }

 p { color: rgb(242,19,12); }

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

background-color css

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

 a { background-color: rgb(242,19,12); }

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

border-color css

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

 span { border-color: rgb(242,19,12); }

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