Html Css Color HEX #FF252C Torch Red

📋 copy color: '#FF252C'

red 255 ◦ green 37 ◦ blue 44

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

Shades of Torch Red #FF252C

Tints of Torch Red #FF252C

RGB

 RED value IS 255 (100% from 255) = 75.89%

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

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

R = 75.89%
G = 11.01%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF252C (or 0xFF252C) is known color: Torch Red. HEX triplet: FF, 25 and 2C. RGB value is (255,37,44). Sum of RGB (Red+Green+Blue) = 255+37+44=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF252C is #00DAD3. Grayscale: #676767. Windows color (decimal): -56020 or 2893311. OLE color: 2893311.

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

Color convert

RGB 255 37 44 -
CMYK 0 0.85 0.83 0
HSL 358.07º 1% 0.57% -
HSV(B) 358.07º 0.85% 1% -
XYZ 42.36 22.76 4.54 -
YUV 102.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 255 37 44 0 0.85 0.83 0 358.07 1 0.57
Hex FF 25 2C 0 55 53 0 166 64 39
Octal 377 45 54 0 125 123 0 546 144 71
Binary 11111111 100101 101100 0 1010101 1010011 0 101100110 1100100 111001

Color Harmonies of #FF252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF252C

Black with #FF252C

Text Example


Text Example

White with #FF252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF252C; }

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

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

background-color css

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

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

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

border-color css

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

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

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