Html Css Color HEX #FD3901 Orange Red

📋 copy color: '#FD3901'

red 253 ◦ green 57 ◦ blue 1

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

Shades of Orange Red #FD3901

Tints of Orange Red #FD3901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 81.35%
G = 18.33%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD3901 (or 0xFD3901) is known color: Orange Red. HEX triplet: FD, 39 and 01. RGB value is (253,57,1). Sum of RGB (Red+Green+Blue) = 253+57+1=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3901 is #02C6FE. Grayscale: #6D6D6D. Windows color (decimal): -182015 or 80381. OLE color: 80381.

HSL color Cylindrical-coordinate representation of color #FD3901: hue angle of 13.33º 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 #FD3901 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 57 1 -
CMYK 0 0.77 1.00 0.01
HSL 13.33º 0.99% 0.5% -
HSV(B) 13.33º 1% 0.99% -
XYZ 41.98 23.81 2.41 -
YUV 109.22 66.93 230.55 -
System Red Green Blue C M Y K H S L
Decimal 253 57 1 0 0.77 1.00 0.01 13.33 0.99 0.5
Hex FD 39 1 0 4D 64 1 D 63 32
Octal 375 71 1 0 115 144 1 15 143 62
Binary 11111101 111001 1 0 1001101 1100100 1 1101 1100011 110010

Color Harmonies of #FD3901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3901

Black with #FD3901

Text Example


Text Example

White with #FD3901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3901; }

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

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

background-color css

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

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

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

border-color css

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

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

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