Html Css Color HEX #FF352D Red Orange

📋 copy color: '#FF352D'

red 255 ◦ green 53 ◦ blue 45

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

Shades of Red Orange #FF352D

Tints of Red Orange #FF352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 72.24%
G = 15.01%
B = 12.75%

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

#FF352D (or 0xFF352D) is known color: Red Orange. HEX triplet: FF, 35 and 2D. RGB value is (255,53,45). Sum of RGB (Red+Green+Blue) = 255+53+45=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF352D is #00CAD2. Grayscale: #707070. Windows color (decimal): -51923 or 2962943. OLE color: 2962943.

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

Color convert

RGB 255 53 45 -
CMYK 0 0.79 0.82 0
HSL 2.29º 1% 0.59% -
HSV(B) 2.29º 0.82% 1% -
XYZ 42.99 24 4.85 -
YUV 112.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 255 53 45 0 0.79 0.82 0 2.29 1 0.59
Hex FF 35 2D 0 4F 52 0 2 64 3B
Octal 377 65 55 0 117 122 0 2 144 73
Binary 11111111 110101 101101 0 1001111 1010010 0 10 1100100 111011

Color Harmonies of #FF352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF352D

Black with #FF352D

Text Example


Text Example

White with #FF352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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