Html Css Color HEX #FD2433 Torch Red

📋 copy color: '#FD2433'

red 253 ◦ green 36 ◦ blue 51

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

Shades of Torch Red #FD2433

Tints of Torch Red #FD2433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 51 (20.31% from 255) = 15%

R = 74.41%
G = 10.59%
B = 15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD2433 (or 0xFD2433) is known color: Torch Red. HEX triplet: FD, 24 and 33. RGB value is (253,36,51). Sum of RGB (Red+Green+Blue) = 253+36+51=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2433 is #02DBCC. Grayscale: #666666. Windows color (decimal): -187341 or 3351805. OLE color: 3351805.

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

Color convert

RGB 253 36 51 -
CMYK 0 0.86 0.80 0.01
HSL 355.85º 0.98% 0.57% -
HSV(B) 355.85º 0.86% 0.99% -
XYZ 41.74 22.38 5.25 -
YUV 102.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 253 36 51 0 0.86 0.80 0.01 355.85 0.98 0.57
Hex FD 24 33 0 56 50 1 164 62 39
Octal 375 44 63 0 126 120 1 544 142 71
Binary 11111101 100100 110011 0 1010110 1010000 1 101100100 1100010 111001

Color Harmonies of #FD2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2433

Black with #FD2433

Text Example


Text Example

White with #FD2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2433; }

 p { color: rgb(253,36,51); }

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

background-color css

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

 a { background-color: rgb(253,36,51); }

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

border-color css

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

 span { border-color: rgb(253,36,51); }

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