Html Css Color HEX #FD3A34 Red Orange

📋 copy color: '#FD3A34'

red 253 ◦ green 58 ◦ blue 52

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

Shades of Red Orange #FD3A34

Tints of Red Orange #FD3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 69.7%
G = 15.98%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD3A34 (or 0xFD3A34) is known color: Red Orange. HEX triplet: FD, 3A and 34. RGB value is (253,58,52). Sum of RGB (Red+Green+Blue) = 253+58+52=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A34 is #02C5CB. Grayscale: #737373. Windows color (decimal): -181708 or 3422973. OLE color: 3422973.

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

Color convert

RGB 253 58 52 -
CMYK 0 0.77 0.79 0.01
HSL 1.79º 0.98% 0.6% -
HSV(B) 1.79º 0.79% 0.99% -
XYZ 42.64 24.16 5.66 -
YUV 115.62 92.1 225.99 -
System Red Green Blue C M Y K H S L
Decimal 253 58 52 0 0.77 0.79 0.01 1.79 0.98 0.6
Hex FD 3A 34 0 4D 4F 1 2 62 3C
Octal 375 72 64 0 115 117 1 2 142 74
Binary 11111101 111010 110100 0 1001101 1001111 1 10 1100010 111100

Color Harmonies of #FD3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A34

Black with #FD3A34

Text Example


Text Example

White with #FD3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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