Html Css Color HEX #FD252C Torch Red

📋 copy color: '#FD252C'

red 253 ◦ green 37 ◦ blue 44

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

Shades of Torch Red #FD252C

Tints of Torch Red #FD252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 75.75%
G = 11.08%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD252C (or 0xFD252C) is known color: Torch Red. HEX triplet: FD, 25 and 2C. RGB value is (253,37,44). Sum of RGB (Red+Green+Blue) = 253+37+44=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD252C is #02DAD3. Grayscale: #666666. Windows color (decimal): -187092 or 2893309. OLE color: 2893309.

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

Color convert

RGB 253 37 44 -
CMYK 0 0.85 0.83 0.01
HSL 358.06º 0.98% 0.57% -
HSV(B) 358.06º 0.85% 0.99% -
XYZ 41.62 22.39 4.51 -
YUV 102.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 253 37 44 0 0.85 0.83 0.01 358.06 0.98 0.57
Hex FD 25 2C 0 55 53 1 166 62 39
Octal 375 45 54 0 125 123 1 546 142 71
Binary 11111101 100101 101100 0 1010101 1010011 1 101100110 1100010 111001

Color Harmonies of #FD252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD252C

Black with #FD252C

Text Example


Text Example

White with #FD252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD252C; }

 p { color: rgb(253,37,44); }

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

background-color css

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

 a { background-color: rgb(253,37,44); }

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

border-color css

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

 span { border-color: rgb(253,37,44); }

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