Html Css Color HEX #FD372C Red Orange

📋 copy color: '#FD372C'

red 253 ◦ green 55 ◦ blue 44

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

Shades of Red Orange #FD372C

Tints of Red Orange #FD372C

RGB

 RED value IS 253 (99.22% from 255) = 71.88%

 GREEN value IS 55 (21.88% from 255) = 15.63%

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

R = 71.88%
G = 15.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD372C (or 0xFD372C) is known color: Red Orange. HEX triplet: FD, 37 and 2C. RGB value is (253,55,44). Sum of RGB (Red+Green+Blue) = 253+55+44=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD372C is #02C8D3. Grayscale: #717171. Windows color (decimal): -182484 or 2897917. OLE color: 2897917.

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

Color convert

RGB 253 55 44 -
CMYK 0 0.78 0.83 0.01
HSL 3.16º 0.98% 0.58% -
HSV(B) 3.16º 0.83% 0.99% -
XYZ 42.33 23.8 4.75 -
YUV 112.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 253 55 44 0 0.78 0.83 0.01 3.16 0.98 0.58
Hex FD 37 2C 0 4E 53 1 3 62 3A
Octal 375 67 54 0 116 123 1 3 142 72
Binary 11111101 110111 101100 0 1001110 1010011 1 11 1100010 111010

Color Harmonies of #FD372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD372C

Black with #FD372C

Text Example


Text Example

White with #FD372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD372C; }

 p { color: rgb(253,55,44); }

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

background-color css

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

 a { background-color: rgb(253,55,44); }

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

border-color css

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

 span { border-color: rgb(253,55,44); }

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