Html Css Color HEX #FD3426 Red Orange

📋 copy color: '#FD3426'

red 253 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #FD3426

Tints of Red Orange #FD3426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 73.76%
G = 15.16%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD3426 (or 0xFD3426) is known color: Red Orange. HEX triplet: FD, 34 and 26. RGB value is (253,52,38). Sum of RGB (Red+Green+Blue) = 253+52+38=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3426 is #02CBD9. Grayscale: #6E6E6E. Windows color (decimal): -183258 or 2503933. OLE color: 2503933.

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

Color convert

RGB 253 52 38 -
CMYK 0 0.79 0.85 0.01
HSL 3.91º 0.98% 0.57% -
HSV(B) 3.91º 0.85% 0.99% -
XYZ 42.09 23.48 4.15 -
YUV 110.5 87.09 229.64 -
System Red Green Blue C M Y K H S L
Decimal 253 52 38 0 0.79 0.85 0.01 3.91 0.98 0.57
Hex FD 34 26 0 4F 55 1 4 62 39
Octal 375 64 46 0 117 125 1 4 142 71
Binary 11111101 110100 100110 0 1001111 1010101 1 100 1100010 111001

Color Harmonies of #FD3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3426

Black with #FD3426

Text Example


Text Example

White with #FD3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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