Html Css Color HEX #FD2B1F Red Orange

📋 copy color: '#FD2B1F'

red 253 ◦ green 43 ◦ blue 31

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

Shades of Red Orange #FD2B1F

Tints of Red Orange #FD2B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.15%

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

R = 77.37%
G = 13.15%
B = 9.48%

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

#FD2B1F (or 0xFD2B1F) is known color: Red Orange. HEX triplet: FD, 2B and 1F. RGB value is (253,43,31). Sum of RGB (Red+Green+Blue) = 253+43+31=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B1F is #02D4E0. Grayscale: #686868. Windows color (decimal): -185569 or 2042877. OLE color: 2042877.

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

Color convert

RGB 253 43 31 -
CMYK 0 0.83 0.88 0.01
HSL 3.24º 0.98% 0.56% -
HSV(B) 3.24º 0.88% 0.99% -
XYZ 41.62 22.71 3.49 -
YUV 104.42 86.57 233.98 -
System Red Green Blue C M Y K H S L
Decimal 253 43 31 0 0.83 0.88 0.01 3.24 0.98 0.56
Hex FD 2B 1F 0 53 58 1 3 62 38
Octal 375 53 37 0 123 130 1 3 142 70
Binary 11111101 101011 11111 0 1010011 1011000 1 11 1100010 111000

Color Harmonies of #FD2B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B1F

Black with #FD2B1F

Text Example


Text Example

White with #FD2B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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