Html Css Color HEX #FF3535 Red Orange

📋 copy color: '#FF3535'

red 255 ◦ green 53 ◦ blue 53

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

Shades of Red Orange #FF3535

Tints of Red Orange #FF3535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 70.64%
G = 14.68%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF3535 (or 0xFF3535) is known color: Red Orange. HEX triplet: FF, 35 and 35. RGB value is (255,53,53). Sum of RGB (Red+Green+Blue) = 255+53+53=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3535 is #00CACA. Grayscale: #717171. Windows color (decimal): -51915 or 3487231. OLE color: 3487231.

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

Color convert

RGB 255 53 53 -
CMYK 0 0.79 0.79 0
HSL 1% 0.6% -
HSV(B) 0.79% 1% -
XYZ 43.16 24.06 5.74 -
YUV 113.4 93.92 229 -
System Red Green Blue C M Y K H S L
Decimal 255 53 53 0 0.79 0.79 0 0 1 0.6
Hex FF 35 35 0 4F 4F 0 0 64 3C
Octal 377 65 65 0 117 117 0 0 144 74
Binary 11111111 110101 110101 0 1001111 1001111 0 0 1100100 111100

Color Harmonies of #FF3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3535

Black with #FF3535

Text Example


Text Example

White with #FF3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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