Html Css Color HEX #FD271F Red Orange

📋 copy color: '#FD271F'

red 253 ◦ green 39 ◦ blue 31

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

Shades of Red Orange #FD271F

Tints of Red Orange #FD271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 78.33%
G = 12.07%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD271F (or 0xFD271F) is known color: Red Orange. HEX triplet: FD, 27 and 1F. RGB value is (253,39,31). Sum of RGB (Red+Green+Blue) = 253+39+31=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD271F is #02D8E0. Grayscale: #666666. Windows color (decimal): -186593 or 2041853. OLE color: 2041853.

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

Color convert

RGB 253 39 31 -
CMYK 0 0.85 0.88 0.01
HSL 2.16º 0.98% 0.56% -
HSV(B) 2.16º 0.88% 0.99% -
XYZ 41.48 22.43 3.44 -
YUV 102.07 87.9 235.65 -
System Red Green Blue C M Y K H S L
Decimal 253 39 31 0 0.85 0.88 0.01 2.16 0.98 0.56
Hex FD 27 1F 0 55 58 1 2 62 38
Octal 375 47 37 0 125 130 1 2 142 70
Binary 11111101 100111 11111 0 1010101 1011000 1 10 1100010 111000

Color Harmonies of #FD271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD271F

Black with #FD271F

Text Example


Text Example

White with #FD271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD271F; }

 p { color: rgb(253,39,31); }

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

background-color css

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

 a { background-color: rgb(253,39,31); }

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

border-color css

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

 span { border-color: rgb(253,39,31); }

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