Html Css Color HEX #FF352E Red Orange

📋 copy color: '#FF352E'

red 255 ◦ green 53 ◦ blue 46

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

Shades of Red Orange #FF352E

Tints of Red Orange #FF352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 72.03%
G = 14.97%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF352E (or 0xFF352E) is known color: Red Orange. HEX triplet: FF, 35 and 2E. RGB value is (255,53,46). Sum of RGB (Red+Green+Blue) = 255+53+46=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF352E is #00CAD1. Grayscale: #707070. Windows color (decimal): -51922 or 3028479. OLE color: 3028479.

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

Color convert

RGB 255 53 46 -
CMYK 0 0.79 0.82 0
HSL 2.01º 1% 0.59% -
HSV(B) 2.01º 0.82% 1% -
XYZ 43.01 24 4.95 -
YUV 112.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 255 53 46 0 0.79 0.82 0 2.01 1 0.59
Hex FF 35 2E 0 4F 52 0 2 64 3B
Octal 377 65 56 0 117 122 0 2 144 73
Binary 11111111 110101 101110 0 1001111 1010010 0 10 1100100 111011

Color Harmonies of #FF352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF352E

Black with #FF352E

Text Example


Text Example

White with #FF352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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