Html Css Color HEX #FD233C Torch Red

📋 copy color: '#FD233C'

red 253 ◦ green 35 ◦ blue 60

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

Shades of Torch Red #FD233C

Tints of Torch Red #FD233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 72.7%
G = 10.06%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD233C (or 0xFD233C) is known color: Torch Red. HEX triplet: FD, 23 and 3C. RGB value is (253,35,60). Sum of RGB (Red+Green+Blue) = 253+35+60=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD233C is #02DCC3. Grayscale: #676767. Windows color (decimal): -187588 or 3941373. OLE color: 3941373.

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

Color convert

RGB 253 35 60 -
CMYK 0 0.86 0.76 0.01
HSL 353.12º 0.98% 0.56% -
HSV(B) 353.12º 0.86% 0.99% -
XYZ 41.92 22.41 6.39 -
YUV 103.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 253 35 60 0 0.86 0.76 0.01 353.12 0.98 0.56
Hex FD 23 3C 0 56 4C 1 161 62 38
Octal 375 43 74 0 126 114 1 541 142 70
Binary 11111101 100011 111100 0 1010110 1001100 1 101100001 1100010 111000

Color Harmonies of #FD233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD233C

Black with #FD233C

Text Example


Text Example

White with #FD233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD233C; }

 p { color: rgb(253,35,60); }

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

background-color css

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

 a { background-color: rgb(253,35,60); }

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

border-color css

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

 span { border-color: rgb(253,35,60); }

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