Html Css Color HEX #FD3431 Red Orange

📋 copy color: '#FD3431'

red 253 ◦ green 52 ◦ blue 49

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

Shades of Red Orange #FD3431

Tints of Red Orange #FD3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

 BLUE value IS 49 (19.53% from 255) = 13.84%

R = 71.47%
G = 14.69%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD3431 (or 0xFD3431) is known color: Red Orange. HEX triplet: FD, 34 and 31. RGB value is (253,52,49). Sum of RGB (Red+Green+Blue) = 253+52+49=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3431 is #02CBCE. Grayscale: #6F6F6F. Windows color (decimal): -183247 or 3224829. OLE color: 3224829.

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

Color convert

RGB 253 52 49 -
CMYK 0 0.79 0.81 0.01
HSL 0.88º 0.98% 0.59% -
HSV(B) 0.88º 0.81% 0.99% -
XYZ 42.29 23.56 5.22 -
YUV 111.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 253 52 49 0 0.79 0.81 0.01 0.88 0.98 0.59
Hex FD 34 31 0 4F 51 1 1 62 3B
Octal 375 64 61 0 117 121 1 1 142 73
Binary 11111101 110100 110001 0 1001111 1010001 1 1 1100010 111011

Color Harmonies of #FD3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3431

Black with #FD3431

Text Example


Text Example

White with #FD3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3431; }

 p { color: rgb(253,52,49); }

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

background-color css

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

 a { background-color: rgb(253,52,49); }

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

border-color css

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

 span { border-color: rgb(253,52,49); }

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