Html Css Color HEX #FF351A Red Orange

📋 copy color: '#FF351A'

red 255 ◦ green 53 ◦ blue 26

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

Shades of Red Orange #FF351A

Tints of Red Orange #FF351A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 76.35%
G = 15.87%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF351A (or 0xFF351A) is known color: Red Orange. HEX triplet: FF, 35 and 1A. RGB value is (255,53,26). Sum of RGB (Red+Green+Blue) = 255+53+26=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF351A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF351A is #00CAE5. Grayscale: #6E6E6E. Windows color (decimal): -51942 or 1717759. OLE color: 1717759.

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

Color convert

RGB 255 53 26 -
CMYK 0 0.79 0.90 0
HSL 7.07º 1% 0.55% -
HSV(B) 7.07º 0.9% 1% -
XYZ 42.7 23.88 3.34 -
YUV 110.32 80.42 231.2 -
System Red Green Blue C M Y K H S L
Decimal 255 53 26 0 0.79 0.90 0 7.07 1 0.55
Hex FF 35 1A 0 4F 5A 0 7 64 37
Octal 377 65 32 0 117 132 0 7 144 67
Binary 11111111 110101 11010 0 1001111 1011010 0 111 1100100 110111

Color Harmonies of #FF351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF351A

Black with #FF351A

Text Example


Text Example

White with #FF351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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