Html Css Color HEX #FD370D Orange Red

📋 copy color: '#FD370D'

red 253 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #FD370D

Tints of Orange Red #FD370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 78.82%
G = 17.13%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD370D (or 0xFD370D) is known color: Orange Red. HEX triplet: FD, 37 and 0D. RGB value is (253,55,13). Sum of RGB (Red+Green+Blue) = 253+55+13=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD370D is #02C8F2. Grayscale: #6D6D6D. Windows color (decimal): -182515 or 866301. OLE color: 866301.

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

Color convert

RGB 253 55 13 -
CMYK 0 0.78 0.95 0.01
HSL 10.5º 0.98% 0.52% -
HSV(B) 10.5º 0.95% 0.99% -
XYZ 41.95 23.64 2.73 -
YUV 109.41 73.6 230.42 -
System Red Green Blue C M Y K H S L
Decimal 253 55 13 0 0.78 0.95 0.01 10.5 0.98 0.52
Hex FD 37 D 0 4E 5F 1 A 62 34
Octal 375 67 15 0 116 137 1 12 142 64
Binary 11111101 110111 1101 0 1001110 1011111 1 1010 1100010 110100

Color Harmonies of #FD370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD370D

Black with #FD370D

Text Example


Text Example

White with #FD370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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