Html Css Color HEX #FB0D3A Torch Red

📋 copy color: '#FB0D3A'

red 251 ◦ green 13 ◦ blue 58

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

Shades of Torch Red #FB0D3A

Tints of Torch Red #FB0D3A

RGB

 RED value IS 251 (98.44% from 255) = 77.95%

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 77.95%
G = 4.04%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB0D3A (or 0xFB0D3A) is known color: Torch Red. HEX triplet: FB, 0D and 3A. RGB value is (251,13,58). Sum of RGB (Red+Green+Blue) = 251+13+58=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D3A is #04F2C5. Grayscale: #595959. Windows color (decimal): -324294 or 3804667. OLE color: 3804667.

HSL color Cylindrical-coordinate representation of color #FB0D3A: hue angle of 348.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0D3A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 13 58 -
CMYK 0 0.95 0.77 0.02
HSL 348.66º 0.97% 0.52% -
HSV(B) 348.66º 0.95% 0.98% -
XYZ 40.69 21.1 5.93 -
YUV 89.29 110.35 243.34 -
System Red Green Blue C M Y K H S L
Decimal 251 13 58 0 0.95 0.77 0.02 348.66 0.97 0.52
Hex FB D 3A 0 5F 4D 2 15D 61 34
Octal 373 15 72 0 137 115 2 535 141 64
Binary 11111011 1101 111010 0 1011111 1001101 10 101011101 1100001 110100

Color Harmonies of #FB0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0D3A

Black with #FB0D3A

Text Example


Text Example

White with #FB0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0D3A; }

 p { color: rgb(251,13,58); }

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

background-color css

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

 a { background-color: rgb(251,13,58); }

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

border-color css

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

 span { border-color: rgb(251,13,58); }

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