Html Css Color HEX #FD2C1F Red Orange

📋 copy color: '#FD2C1F'

red 253 ◦ green 44 ◦ blue 31

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

Shades of Red Orange #FD2C1F

Tints of Red Orange #FD2C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

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

R = 77.13%
G = 13.41%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD2C1F (or 0xFD2C1F) is known color: Red Orange. HEX triplet: FD, 2C and 1F. RGB value is (253,44,31). Sum of RGB (Red+Green+Blue) = 253+44+31=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2C1F is #02D3E0. Grayscale: #696969. Windows color (decimal): -185313 or 2043133. OLE color: 2043133.

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

Color convert

RGB 253 44 31 -
CMYK 0 0.83 0.88 0.01
HSL 3.51º 0.98% 0.56% -
HSV(B) 3.51º 0.88% 0.99% -
XYZ 41.66 22.78 3.5 -
YUV 105.01 86.24 233.56 -
System Red Green Blue C M Y K H S L
Decimal 253 44 31 0 0.83 0.88 0.01 3.51 0.98 0.56
Hex FD 2C 1F 0 53 58 1 4 62 38
Octal 375 54 37 0 123 130 1 4 142 70
Binary 11111101 101100 11111 0 1010011 1011000 1 100 1100010 111000

Color Harmonies of #FD2C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C1F

Black with #FD2C1F

Text Example


Text Example

White with #FD2C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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