Html Css Color HEX #FD2A29 Red Orange

📋 copy color: '#FD2A29'

red 253 ◦ green 42 ◦ blue 41

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

Shades of Red Orange #FD2A29

Tints of Red Orange #FD2A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

 BLUE value IS 41 (16.41% from 255) = 12.2%

R = 75.3%
G = 12.5%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD2A29 (or 0xFD2A29) is known color: Red Orange. HEX triplet: FD, 2A and 29. RGB value is (253,42,41). Sum of RGB (Red+Green+Blue) = 253+42+41=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A29 is #02D5D6. Grayscale: #696969. Windows color (decimal): -185815 or 2697981. OLE color: 2697981.

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

Color convert

RGB 253 42 41 -
CMYK 0 0.83 0.84 0.01
HSL 0.28º 0.98% 0.58% -
HSV(B) 0.28º 0.84% 0.99% -
XYZ 41.74 22.7 4.28 -
YUV 104.98 91.9 233.58 -
System Red Green Blue C M Y K H S L
Decimal 253 42 41 0 0.83 0.84 0.01 0.28 0.98 0.58
Hex FD 2A 29 0 53 54 1 0 62 3A
Octal 375 52 51 0 123 124 1 0 142 72
Binary 11111101 101010 101001 0 1010011 1010100 1 0 1100010 111010

Color Harmonies of #FD2A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A29

Black with #FD2A29

Text Example


Text Example

White with #FD2A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A29; }

 p { color: rgb(253,42,41); }

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

background-color css

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

 a { background-color: rgb(253,42,41); }

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

border-color css

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

 span { border-color: rgb(253,42,41); }

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