Html Css Color HEX #FC001E Torch Red

📋 copy color: '#FC001E'

red 252 ◦ green 0 ◦ blue 30

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

Shades of Torch Red #FC001E

Tints of Torch Red #FC001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 89.36%
G = 0%
B = 10.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC001E (or 0xFC001E) is known color: Torch Red. HEX triplet: FC, 00 and 1E. RGB value is (252,0,30). Sum of RGB (Red+Green+Blue) = 252+0+30=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC001E is #03FFE1. Grayscale: #4E4E4E. Windows color (decimal): -262114 or 1966332. OLE color: 1966332.

HSL color Cylindrical-coordinate representation of color #FC001E: hue angle of 352.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC001E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 30 -
CMYK 0 1 0.88 0.01
HSL 352.86º 1% 0.49% -
HSV(B) 352.86º 1% 0.99% -
XYZ 40.38 20.79 3.11 -
YUV 78.77 100.49 251.56 -
System Red Green Blue C M Y K H S L
Decimal 252 0 30 0 1 0.88 0.01 352.86 1 0.49
Hex FC 0 1E 0 64 58 1 161 64 31
Octal 374 0 36 0 144 130 1 541 144 61
Binary 11111100 0 11110 0 1100100 1011000 1 101100001 1100100 110001

Color Harmonies of #FC001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC001E

Black with #FC001E

Text Example


Text Example

White with #FC001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC001E; }

 p { color: rgb(252,0,30); }

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

background-color css

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

 a { background-color: rgb(252,0,30); }

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

border-color css

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

 span { border-color: rgb(252,0,30); }

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