Html Css Color HEX #FD341D Red Orange

📋 copy color: '#FD341D'

red 253 ◦ green 52 ◦ blue 29

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

Shades of Red Orange #FD341D

Tints of Red Orange #FD341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 75.75%
G = 15.57%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD341D (or 0xFD341D) is known color: Red Orange. HEX triplet: FD, 34 and 1D. RGB value is (253,52,29). Sum of RGB (Red+Green+Blue) = 253+52+29=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD341D is #02CBE2. Grayscale: #6D6D6D. Windows color (decimal): -183267 or 1914109. OLE color: 1914109.

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

Color convert

RGB 253 52 29 -
CMYK 0 0.79 0.89 0.01
HSL 6.16º 0.98% 0.55% -
HSV(B) 6.16º 0.89% 0.99% -
XYZ 41.96 23.43 3.47 -
YUV 109.48 82.59 230.37 -
System Red Green Blue C M Y K H S L
Decimal 253 52 29 0 0.79 0.89 0.01 6.16 0.98 0.55
Hex FD 34 1D 0 4F 59 1 6 62 37
Octal 375 64 35 0 117 131 1 6 142 67
Binary 11111101 110100 11101 0 1001111 1011001 1 110 1100010 110111

Color Harmonies of #FD341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD341D

Black with #FD341D

Text Example


Text Example

White with #FD341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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