Html Css Color HEX #FD372E Red Orange

📋 copy color: '#FD372E'

red 253 ◦ green 55 ◦ blue 46

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

Shades of Red Orange #FD372E

Tints of Red Orange #FD372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 71.47%
G = 15.54%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD372E (or 0xFD372E) is known color: Red Orange. HEX triplet: FD, 37 and 2E. RGB value is (253,55,46). Sum of RGB (Red+Green+Blue) = 253+55+46=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD372E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD372E is #02C8D1. Grayscale: #717171. Windows color (decimal): -182482 or 3028989. OLE color: 3028989.

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

Color convert

RGB 253 55 46 -
CMYK 0 0.78 0.82 0.01
HSL 2.61º 0.98% 0.59% -
HSV(B) 2.61º 0.82% 0.99% -
XYZ 42.37 23.81 4.95 -
YUV 113.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 253 55 46 0 0.78 0.82 0.01 2.61 0.98 0.59
Hex FD 37 2E 0 4E 52 1 3 62 3B
Octal 375 67 56 0 116 122 1 3 142 73
Binary 11111101 110111 101110 0 1001110 1010010 1 11 1100010 111011

Color Harmonies of #FD372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD372E

Black with #FD372E

Text Example


Text Example

White with #FD372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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