Html Css Color HEX #FC242B Torch Red

📋 copy color: '#FC242B'

red 252 ◦ green 36 ◦ blue 43

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

Shades of Torch Red #FC242B

Tints of Torch Red #FC242B

RGB

 RED value IS 252 (98.83% from 255) = 76.13%

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 76.13%
G = 10.88%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC242B (or 0xFC242B) is known color: Torch Red. HEX triplet: FC, 24 and 2B. RGB value is (252,36,43). Sum of RGB (Red+Green+Blue) = 252+36+43=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC242B is #03DBD4. Grayscale: #656565. Windows color (decimal): -252885 or 2827516. OLE color: 2827516.

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

Color convert

RGB 252 36 43 -
CMYK 0 0.86 0.83 0.01
HSL 358.06º 0.97% 0.56% -
HSV(B) 358.06º 0.86% 0.99% -
XYZ 41.21 22.13 4.39 -
YUV 101.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 252 36 43 0 0.86 0.83 0.01 358.06 0.97 0.56
Hex FC 24 2B 0 56 53 1 166 61 38
Octal 374 44 53 0 126 123 1 546 141 70
Binary 11111100 100100 101011 0 1010110 1010011 1 101100110 1100001 111000

Color Harmonies of #FC242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC242B

Black with #FC242B

Text Example


Text Example

White with #FC242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC242B; }

 p { color: rgb(252,36,43); }

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

background-color css

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

 a { background-color: rgb(252,36,43); }

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

border-color css

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

 span { border-color: rgb(252,36,43); }

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