Html Css Color HEX #FD2D1F Red Orange

📋 copy color: '#FD2D1F'

red 253 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #FD2D1F

Tints of Red Orange #FD2D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

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

R = 76.9%
G = 13.68%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD2D1F (or 0xFD2D1F) is known color: Red Orange. HEX triplet: FD, 2D and 1F. RGB value is (253,45,31). Sum of RGB (Red+Green+Blue) = 253+45+31=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D1F is #02D2E0. Grayscale: #696969. Windows color (decimal): -185057 or 2043389. OLE color: 2043389.

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

Color convert

RGB 253 45 31 -
CMYK 0 0.82 0.88 0.01
HSL 3.78º 0.98% 0.56% -
HSV(B) 3.78º 0.88% 0.99% -
XYZ 41.69 22.86 3.51 -
YUV 105.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 253 45 31 0 0.82 0.88 0.01 3.78 0.98 0.56
Hex FD 2D 1F 0 52 58 1 4 62 38
Octal 375 55 37 0 122 130 1 4 142 70
Binary 11111101 101101 11111 0 1010010 1011000 1 100 1100010 111000

Color Harmonies of #FD2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D1F

Black with #FD2D1F

Text Example


Text Example

White with #FD2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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