Html Css Color HEX #FD372F Red Orange

📋 copy color: '#FD372F'

red 253 ◦ green 55 ◦ blue 47

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

Shades of Red Orange #FD372F

Tints of Red Orange #FD372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 71.27%
G = 15.49%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD372F (or 0xFD372F) is known color: Red Orange. HEX triplet: FD, 37 and 2F. RGB value is (253,55,47). Sum of RGB (Red+Green+Blue) = 253+55+47=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD372F is #02C8D0. Grayscale: #717171. Windows color (decimal): -182481 or 3094525. OLE color: 3094525.

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

Color convert

RGB 253 55 47 -
CMYK 0 0.78 0.81 0.01
HSL 2.33º 0.98% 0.59% -
HSV(B) 2.33º 0.81% 0.99% -
XYZ 42.39 23.82 5.05 -
YUV 113.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 253 55 47 0 0.78 0.81 0.01 2.33 0.98 0.59
Hex FD 37 2F 0 4E 51 1 2 62 3B
Octal 375 67 57 0 116 121 1 2 142 73
Binary 11111101 110111 101111 0 1001110 1010001 1 10 1100010 111011

Color Harmonies of #FD372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD372F

Black with #FD372F

Text Example


Text Example

White with #FD372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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