Html Css Color HEX #FD0F2A Torch Red

📋 copy color: '#FD0F2A'

red 253 ◦ green 15 ◦ blue 42

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

Shades of Torch Red #FD0F2A

Tints of Torch Red #FD0F2A

RGB

 RED value IS 253 (99.22% from 255) = 81.61%

 GREEN value IS 15 (6.25% from 255) = 4.84%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 81.61%
G = 4.84%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD0F2A (or 0xFD0F2A) is known color: Torch Red. HEX triplet: FD, 0F and 2A. RGB value is (253,15,42). Sum of RGB (Red+Green+Blue) = 253+15+42=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F2A is #02F0D5. Grayscale: #595959. Windows color (decimal): -192726 or 2756605. OLE color: 2756605.

HSL color Cylindrical-coordinate representation of color #FD0F2A: hue angle of 353.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0F2A is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 15 42 -
CMYK 0 0.94 0.83 0.01
HSL 353.19º 0.98% 0.53% -
HSV(B) 353.19º 0.94% 0.99% -
XYZ 41.1 21.39 4.15 -
YUV 89.24 101.35 244.8 -
System Red Green Blue C M Y K H S L
Decimal 253 15 42 0 0.94 0.83 0.01 353.19 0.98 0.53
Hex FD F 2A 0 5E 53 1 161 62 35
Octal 375 17 52 0 136 123 1 541 142 65
Binary 11111101 1111 101010 0 1011110 1010011 1 101100001 1100010 110101

Color Harmonies of #FD0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0F2A

Black with #FD0F2A

Text Example


Text Example

White with #FD0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0F2A; }

 p { color: rgb(253,15,42); }

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

background-color css

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

 a { background-color: rgb(253,15,42); }

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

border-color css

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

 span { border-color: rgb(253,15,42); }

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