Html Css Color HEX #F2031D Torch Red

📋 copy color: '#F2031D'

red 242 ◦ green 3 ◦ blue 29

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

Shades of Torch Red #F2031D

Tints of Torch Red #F2031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 88.32%
G = 1.09%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2031D (or 0xF2031D) is known color: Torch Red. HEX triplet: F2, 03 and 1D. RGB value is (242,3,29). Sum of RGB (Red+Green+Blue) = 242+3+29=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F2031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2031D is #0DFCE2. Grayscale: #4D4D4D. Windows color (decimal): -916707 or 1901554. OLE color: 1901554.

HSL color Cylindrical-coordinate representation of color #F2031D: hue angle of 353.47º 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 #F2031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 3 29 -
CMYK 0 0.99 0.88 0.05
HSL 353.47º 0.98% 0.48% -
HSV(B) 353.47º 0.99% 0.95% -
XYZ 36.87 19.03 2.89 -
YUV 77.43 100.68 245.39 -
System Red Green Blue C M Y K H S L
Decimal 242 3 29 0 0.99 0.88 0.05 353.47 0.98 0.48
Hex F2 3 1D 0 63 58 5 161 62 30
Octal 362 3 35 0 143 130 5 541 142 60
Binary 11110010 11 11101 0 1100011 1011000 101 101100001 1100010 110000

Color Harmonies of #F2031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2031D

Black with #F2031D

Text Example


Text Example

White with #F2031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2031D; }

 p { color: rgb(242,3,29); }

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

background-color css

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

 a { background-color: rgb(242,3,29); }

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

border-color css

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

 span { border-color: rgb(242,3,29); }

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