Html Css Color HEX #FC3821 Red Orange

📋 copy color: '#FC3821'

red 252 ◦ green 56 ◦ blue 33

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

Shades of Red Orange #FC3821

Tints of Red Orange #FC3821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 73.9%
G = 16.42%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3821 (or 0xFC3821) is known color: Red Orange. HEX triplet: FC, 38 and 21. RGB value is (252,56,33). Sum of RGB (Red+Green+Blue) = 252+56+33=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3821 is #03C7DE. Grayscale: #707070. Windows color (decimal): -247775 or 2177276. OLE color: 2177276.

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

Color convert

RGB 252 56 33 -
CMYK 0 0.78 0.87 0.01
HSL 6.3º 0.97% 0.56% -
HSV(B) 6.3º 0.87% 0.99% -
XYZ 41.83 23.63 3.8 -
YUV 111.98 83.43 227.87 -
System Red Green Blue C M Y K H S L
Decimal 252 56 33 0 0.78 0.87 0.01 6.3 0.97 0.56
Hex FC 38 21 0 4E 57 1 6 61 38
Octal 374 70 41 0 116 127 1 6 141 70
Binary 11111100 111000 100001 0 1001110 1010111 1 110 1100001 111000

Color Harmonies of #FC3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3821

Black with #FC3821

Text Example


Text Example

White with #FC3821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3821; }

 p { color: rgb(252,56,33); }

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

background-color css

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

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

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

border-color css

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

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

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