Html Css Color HEX #FD0232 Torch Red

📋 copy color: '#FD0232'

red 253 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #FD0232

Tints of Torch Red #FD0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 82.95%
G = 0.66%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD0232 (or 0xFD0232) is known color: Torch Red. HEX triplet: FD, 02 and 32. RGB value is (253,2,50). Sum of RGB (Red+Green+Blue) = 253+2+50=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0232 is #02FDCD. Grayscale: #525252. Windows color (decimal): -196046 or 3277565. OLE color: 3277565.

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

Color convert

RGB 253 2 50 -
CMYK 0 0.99 0.80 0.01
HSL 348.53º 0.98% 0.5% -
HSV(B) 348.53º 0.99% 0.99% -
XYZ 41.11 21.16 4.93 -
YUV 82.52 109.66 249.6 -
System Red Green Blue C M Y K H S L
Decimal 253 2 50 0 0.99 0.80 0.01 348.53 0.98 0.5
Hex FD 2 32 0 63 50 1 15D 62 32
Octal 375 2 62 0 143 120 1 535 142 62
Binary 11111101 10 110010 0 1100011 1010000 1 101011101 1100010 110010

Color Harmonies of #FD0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0232

Black with #FD0232

Text Example


Text Example

White with #FD0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0232; }

 p { color: rgb(253,2,50); }

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

background-color css

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

 a { background-color: rgb(253,2,50); }

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

border-color css

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

 span { border-color: rgb(253,2,50); }

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