Html Css Color HEX #FD2625 Red Orange

📋 copy color: '#FD2625'

red 253 ◦ green 38 ◦ blue 37

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

Shades of Red Orange #FD2625

Tints of Red Orange #FD2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 37 (14.84% from 255) = 11.28%

R = 77.13%
G = 11.59%
B = 11.28%

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

#FD2625 (or 0xFD2625) is known color: Red Orange. HEX triplet: FD, 26 and 25. RGB value is (253,38,37). Sum of RGB (Red+Green+Blue) = 253+38+37=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2625 is #02D9DA. Grayscale: #666666. Windows color (decimal): -186843 or 2434813. OLE color: 2434813.

HSL color Cylindrical-coordinate representation of color #FD2625: 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 #FD2625 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 38 37 -
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.54 22.4 3.89 -
YUV 102.17 91.23 235.58 -
System Red Green Blue C M Y K H S L
Decimal 253 38 37 0 0.85 0.85 0.01 0.28 0.98 0.57
Hex FD 26 25 0 55 55 1 0 62 39
Octal 375 46 45 0 125 125 1 0 142 71
Binary 11111101 100110 100101 0 1010101 1010101 1 0 1100010 111001

Color Harmonies of #FD2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2625

Black with #FD2625

Text Example


Text Example

White with #FD2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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