Html Css Color HEX #FD233A Torch Red

📋 copy color: '#FD233A'

red 253 ◦ green 35 ◦ blue 58

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

Shades of Torch Red #FD233A

Tints of Torch Red #FD233A

RGB

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

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

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

R = 73.12%
G = 10.12%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD233A (or 0xFD233A) is known color: Torch Red. HEX triplet: FD, 23 and 3A. RGB value is (253,35,58). Sum of RGB (Red+Green+Blue) = 253+35+58=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD233A is #02DCC5. Grayscale: #666666. Windows color (decimal): -187590 or 3810301. OLE color: 3810301.

HSL color Cylindrical-coordinate representation of color #FD233A: hue angle of 353.67º 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 #FD233A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 35 58 -
CMYK 0 0.86 0.77 0.01
HSL 353.67º 0.98% 0.56% -
HSV(B) 353.67º 0.86% 0.99% -
XYZ 41.87 22.39 6.12 -
YUV 102.8 102.72 235.13 -
System Red Green Blue C M Y K H S L
Decimal 253 35 58 0 0.86 0.77 0.01 353.67 0.98 0.56
Hex FD 23 3A 0 56 4D 1 162 62 38
Octal 375 43 72 0 126 115 1 542 142 70
Binary 11111101 100011 111010 0 1010110 1001101 1 101100010 1100010 111000

Color Harmonies of #FD233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD233A

Black with #FD233A

Text Example


Text Example

White with #FD233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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