Html Css Color HEX #F51B2B Torch Red

📋 copy color: '#F51B2B'

red 245 ◦ green 27 ◦ blue 43

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

Shades of Torch Red #F51B2B

Tints of Torch Red #F51B2B

RGB

 RED value IS 245 (96.09% from 255) = 77.78%

 GREEN value IS 27 (10.94% from 255) = 8.57%

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 77.78%
G = 8.57%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F51B2B (or 0xF51B2B) is known color: Torch Red. HEX triplet: F5, 1B and 2B. RGB value is (245,27,43). Sum of RGB (Red+Green+Blue) = 245+27+43=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51B2B is #0AE4D4. Grayscale: #5E5E5E. Windows color (decimal): -713941 or 2825205. OLE color: 2825205.

HSL color Cylindrical-coordinate representation of color #F51B2B: hue angle of 355.6º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51B2B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 27 43 -
CMYK 0 0.89 0.82 0.04
HSL 355.6º 0.92% 0.53% -
HSV(B) 355.6º 0.89% 0.96% -
XYZ 38.48 20.37 4.19 -
YUV 94.01 99.22 235.7 -
System Red Green Blue C M Y K H S L
Decimal 245 27 43 0 0.89 0.82 0.04 355.6 0.92 0.53
Hex F5 1B 2B 0 59 52 4 164 5C 35
Octal 365 33 53 0 131 122 4 544 134 65
Binary 11110101 11011 101011 0 1011001 1010010 100 101100100 1011100 110101

Color Harmonies of #F51B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B2B

Black with #F51B2B

Text Example


Text Example

White with #F51B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B2B; }

 p { color: rgb(245,27,43); }

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

background-color css

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

 a { background-color: rgb(245,27,43); }

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

border-color css

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

 span { border-color: rgb(245,27,43); }

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