Html Css Color HEX #FC2B2B Red Orange

📋 copy color: '#FC2B2B'

red 252 ◦ green 43 ◦ blue 43

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

Shades of Red Orange #FC2B2B

Tints of Red Orange #FC2B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 74.56%
G = 12.72%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC2B2B (or 0xFC2B2B) is known color: Red Orange. HEX triplet: FC, 2B and 2B. RGB value is (252,43,43). Sum of RGB (Red+Green+Blue) = 252+43+43=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B2B is #03D4D4. Grayscale: #696969. Windows color (decimal): -251093 or 2829308. OLE color: 2829308.

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

Color convert

RGB 252 43 43 -
CMYK 0 0.83 0.83 0.01
HSL 0.97% 0.58% -
HSV(B) 0.83% 0.99% -
XYZ 41.44 22.6 4.46 -
YUV 105.49 92.74 232.5 -
System Red Green Blue C M Y K H S L
Decimal 252 43 43 0 0.83 0.83 0.01 0 0.97 0.58
Hex FC 2B 2B 0 53 53 1 0 61 3A
Octal 374 53 53 0 123 123 1 0 141 72
Binary 11111100 101011 101011 0 1010011 1010011 1 0 1100001 111010

Color Harmonies of #FC2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B2B

Black with #FC2B2B

Text Example


Text Example

White with #FC2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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