Html Css Color HEX #FF3521 Red Orange

📋 copy color: '#FF3521'

red 255 ◦ green 53 ◦ blue 33

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

Shades of Red Orange #FF3521

Tints of Red Orange #FF3521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 74.78%
G = 15.54%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3521 (or 0xFF3521) is known color: Red Orange. HEX triplet: FF, 35 and 21. RGB value is (255,53,33). Sum of RGB (Red+Green+Blue) = 255+53+33=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3521 is #00CADE. Grayscale: #6F6F6F. Windows color (decimal): -51935 or 2176511. OLE color: 2176511.

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

Color convert

RGB 255 53 33 -
CMYK 0 0.79 0.87 0
HSL 5.41º 1% 0.56% -
HSV(B) 5.41º 0.87% 1% -
XYZ 42.79 23.92 3.8 -
YUV 111.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 255 53 33 0 0.79 0.87 0 5.41 1 0.56
Hex FF 35 21 0 4F 57 0 5 64 38
Octal 377 65 41 0 117 127 0 5 144 70
Binary 11111111 110101 100001 0 1001111 1010111 0 101 1100100 111000

Color Harmonies of #FF3521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3521

Black with #FF3521

Text Example


Text Example

White with #FF3521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3521; }

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

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

background-color css

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

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

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

border-color css

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

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

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