Html Css Color HEX #FD2330 Torch Red

📋 copy color: '#FD2330'

red 253 ◦ green 35 ◦ blue 48

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

Shades of Torch Red #FD2330

Tints of Torch Red #FD2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 75.3%
G = 10.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD2330 (or 0xFD2330) is known color: Torch Red. HEX triplet: FD, 23 and 30. RGB value is (253,35,48). Sum of RGB (Red+Green+Blue) = 253+35+48=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2330 is #02DCCF. Grayscale: #656565. Windows color (decimal): -187600 or 3154941. OLE color: 3154941.

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

Color convert

RGB 253 35 48 -
CMYK 0 0.86 0.81 0.01
HSL 356.42º 0.98% 0.56% -
HSV(B) 356.42º 0.86% 0.99% -
XYZ 41.64 22.3 4.91 -
YUV 101.66 97.72 235.94 -
System Red Green Blue C M Y K H S L
Decimal 253 35 48 0 0.86 0.81 0.01 356.42 0.98 0.56
Hex FD 23 30 0 56 51 1 164 62 38
Octal 375 43 60 0 126 121 1 544 142 70
Binary 11111101 100011 110000 0 1010110 1010001 1 101100100 1100010 111000

Color Harmonies of #FD2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2330

Black with #FD2330

Text Example


Text Example

White with #FD2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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