Html Css Color HEX #FD3701 Orange Red

📋 copy color: '#FD3701'

red 253 ◦ green 55 ◦ blue 1

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

Shades of Orange Red #FD3701

Tints of Orange Red #FD3701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 81.88%
G = 17.8%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD3701 (or 0xFD3701) is known color: Orange Red. HEX triplet: FD, 37 and 01. RGB value is (253,55,1). Sum of RGB (Red+Green+Blue) = 253+55+1=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3701 is #02C8FE. Grayscale: #6C6C6C. Windows color (decimal): -182527 or 79869. OLE color: 79869.

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

Color convert

RGB 253 55 1 -
CMYK 0 0.78 1.00 0.01
HSL 12.86º 0.99% 0.5% -
HSV(B) 12.86º 1% 0.99% -
XYZ 41.88 23.62 2.38 -
YUV 108.05 67.6 231.39 -
System Red Green Blue C M Y K H S L
Decimal 253 55 1 0 0.78 1.00 0.01 12.86 0.99 0.5
Hex FD 37 1 0 4E 64 1 D 63 32
Octal 375 67 1 0 116 144 1 15 143 62
Binary 11111101 110111 1 0 1001110 1100100 1 1101 1100011 110010

Color Harmonies of #FD3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3701

Black with #FD3701

Text Example


Text Example

White with #FD3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3701; }

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

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

background-color css

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

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

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

border-color css

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

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

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