Html Css Color HEX #FD2726 Red Orange

📋 copy color: '#FD2726'

red 253 ◦ green 39 ◦ blue 38

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

Shades of Red Orange #FD2726

Tints of Red Orange #FD2726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 76.67%
G = 11.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD2726 (or 0xFD2726) is known color: Red Orange. HEX triplet: FD, 27 and 26. RGB value is (253,39,38). Sum of RGB (Red+Green+Blue) = 253+39+38=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2726 is #02D8D9. Grayscale: #676767. Windows color (decimal): -186586 or 2500605. OLE color: 2500605.

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

Color convert

RGB 253 39 38 -
CMYK 0 0.85 0.85 0.01
HSL 0.28º 0.98% 0.57% -
HSV(B) 0.28º 0.85% 0.99% -
XYZ 41.58 22.47 3.98 -
YUV 102.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 253 39 38 0 0.85 0.85 0.01 0.28 0.98 0.57
Hex FD 27 26 0 55 55 1 0 62 39
Octal 375 47 46 0 125 125 1 0 142 71
Binary 11111101 100111 100110 0 1010101 1010101 1 0 1100010 111001

Color Harmonies of #FD2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2726

Black with #FD2726

Text Example


Text Example

White with #FD2726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2726; }

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

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

background-color css

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

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

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

border-color css

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

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

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