Html Css Color HEX #FF3526 Red Orange

📋 copy color: '#FF3526'

red 255 ◦ green 53 ◦ blue 38

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

Shades of Red Orange #FF3526

Tints of Red Orange #FF3526

RGB

 RED value IS 255 (100% from 255) = 73.7%

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

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

R = 73.7%
G = 15.32%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF3526 (or 0xFF3526) is known color: Red Orange. HEX triplet: FF, 35 and 26. RGB value is (255,53,38). Sum of RGB (Red+Green+Blue) = 255+53+38=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3526 is #00CAD9. Grayscale: #6F6F6F. Windows color (decimal): -51930 or 2504191. OLE color: 2504191.

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

Color convert

RGB 255 53 38 -
CMYK 0 0.79 0.85 0
HSL 4.15º 1% 0.57% -
HSV(B) 4.15º 0.85% 1% -
XYZ 42.86 23.95 4.2 -
YUV 111.69 86.42 230.22 -
System Red Green Blue C M Y K H S L
Decimal 255 53 38 0 0.79 0.85 0 4.15 1 0.57
Hex FF 35 26 0 4F 55 0 4 64 39
Octal 377 65 46 0 117 125 0 4 144 71
Binary 11111111 110101 100110 0 1001111 1010101 0 100 1100100 111001

Color Harmonies of #FF3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3526

Black with #FF3526

Text Example


Text Example

White with #FF3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3526; }

 p { color: rgb(255,53,38); }

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

background-color css

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

 a { background-color: rgb(255,53,38); }

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

border-color css

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

 span { border-color: rgb(255,53,38); }

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