Html Css Color HEX #FD2D28 Red Orange

📋 copy color: '#FD2D28'

red 253 ◦ green 45 ◦ blue 40

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

Shades of Red Orange #FD2D28

Tints of Red Orange #FD2D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 74.85%
G = 13.31%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD2D28 (or 0xFD2D28) is known color: Red Orange. HEX triplet: FD, 2D and 28. RGB value is (253,45,40). Sum of RGB (Red+Green+Blue) = 253+45+40=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D28 is #02D2D7. Grayscale: #6A6A6A. Windows color (decimal): -185048 or 2633213. OLE color: 2633213.

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

Color convert

RGB 253 45 40 -
CMYK 0 0.82 0.84 0.01
HSL 1.41º 0.98% 0.57% -
HSV(B) 1.41º 0.84% 0.99% -
XYZ 41.83 22.91 4.23 -
YUV 106.62 90.41 232.41 -
System Red Green Blue C M Y K H S L
Decimal 253 45 40 0 0.82 0.84 0.01 1.41 0.98 0.57
Hex FD 2D 28 0 52 54 1 1 62 39
Octal 375 55 50 0 122 124 1 1 142 71
Binary 11111101 101101 101000 0 1010010 1010100 1 1 1100010 111001

Color Harmonies of #FD2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D28

Black with #FD2D28

Text Example


Text Example

White with #FD2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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