Html Css Color HEX #F00631 Torch Red

📋 copy color: '#F00631'

red 240 ◦ green 6 ◦ blue 49

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

Shades of Torch Red #F00631

Tints of Torch Red #F00631

RGB

 RED value IS 240 (94.14% from 255) = 81.36%

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 81.36%
G = 2.03%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F00631 (or 0xF00631) is known color: Torch Red. HEX triplet: F0, 06 and 31. RGB value is (240,6,49). Sum of RGB (Red+Green+Blue) = 240+6+49=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F00631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00631 is #0FF9CE. Grayscale: #505050. Windows color (decimal): -1046991 or 3213040. OLE color: 3213040.

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

Color convert

RGB 240 6 49 -
CMYK 0 0.98 0.80 0.06
HSL 348.97º 0.95% 0.48% -
HSV(B) 348.97º 0.98% 0.94% -
XYZ 36.55 18.88 4.62 -
YUV 80.87 110.02 241.5 -
System Red Green Blue C M Y K H S L
Decimal 240 6 49 0 0.98 0.80 0.06 348.97 0.95 0.48
Hex F0 6 31 0 62 50 6 15D 5F 30
Octal 360 6 61 0 142 120 6 535 137 60
Binary 11110000 110 110001 0 1100010 1010000 110 101011101 1011111 110000

Color Harmonies of #F00631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00631

Black with #F00631

Text Example


Text Example

White with #F00631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00631; }

 p { color: rgb(240,6,49); }

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

background-color css

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

 a { background-color: rgb(240,6,49); }

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

border-color css

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

 span { border-color: rgb(240,6,49); }

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