Html Css Color HEX #FD3527 Red Orange

📋 copy color: '#FD3527'

red 253 ◦ green 53 ◦ blue 39

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

Shades of Red Orange #FD3527

Tints of Red Orange #FD3527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 73.33%
G = 15.36%
B = 11.3%

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

#FD3527 (or 0xFD3527) is known color: Red Orange. HEX triplet: FD, 35 and 27. RGB value is (253,53,39). Sum of RGB (Red+Green+Blue) = 253+53+39=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3527 is #02CAD8. Grayscale: #6F6F6F. Windows color (decimal): -183001 or 2569725. OLE color: 2569725.

HSL color Cylindrical-coordinate representation of color #FD3527: hue angle of 3.93º 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 #FD3527 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 53 39 -
CMYK 0 0.79 0.85 0.01
HSL 3.93º 0.98% 0.57% -
HSV(B) 3.93º 0.85% 0.99% -
XYZ 42.15 23.58 4.25 -
YUV 111.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 253 53 39 0 0.79 0.85 0.01 3.93 0.98 0.57
Hex FD 35 27 0 4F 55 1 4 62 39
Octal 375 65 47 0 117 125 1 4 142 71
Binary 11111101 110101 100111 0 1001111 1010101 1 100 1100010 111001

Color Harmonies of #FD3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3527

Black with #FD3527

Text Example


Text Example

White with #FD3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3527; }

 p { color: rgb(253,53,39); }

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

background-color css

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

 a { background-color: rgb(253,53,39); }

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

border-color css

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

 span { border-color: rgb(253,53,39); }

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