Html Css Color HEX #FD2D26 Red Orange

📋 copy color: '#FD2D26'

red 253 ◦ green 45 ◦ blue 38

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

Shades of Red Orange #FD2D26

Tints of Red Orange #FD2D26

RGB

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

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

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

R = 75.3%
G = 13.39%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD2D26 (or 0xFD2D26) is known color: Red Orange. HEX triplet: FD, 2D and 26. RGB value is (253,45,38). Sum of RGB (Red+Green+Blue) = 253+45+38=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D26 is #02D2D9. Grayscale: #6A6A6A. Windows color (decimal): -185050 or 2502141. OLE color: 2502141.

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

Color convert

RGB 253 45 38 -
CMYK 0 0.82 0.85 0.01
HSL 1.95º 0.98% 0.57% -
HSV(B) 1.95º 0.85% 0.99% -
XYZ 41.8 22.9 4.05 -
YUV 106.39 89.41 232.57 -
System Red Green Blue C M Y K H S L
Decimal 253 45 38 0 0.82 0.85 0.01 1.95 0.98 0.57
Hex FD 2D 26 0 52 55 1 2 62 39
Octal 375 55 46 0 122 125 1 2 142 71
Binary 11111101 101101 100110 0 1010010 1010101 1 10 1100010 111001

Color Harmonies of #FD2D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D26

Black with #FD2D26

Text Example


Text Example

White with #FD2D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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