Html Css Color HEX #FF331A Red Orange

📋 copy color: '#FF331A'

red 255 ◦ green 51 ◦ blue 26

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

Shades of Red Orange #FF331A

Tints of Red Orange #FF331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 76.81%
G = 15.36%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF331A (or 0xFF331A) is known color: Red Orange. HEX triplet: FF, 33 and 1A. RGB value is (255,51,26). Sum of RGB (Red+Green+Blue) = 255+51+26=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF331A is #00CCE5. Grayscale: #6D6D6D. Windows color (decimal): -52454 or 1717247. OLE color: 1717247.

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

Color convert

RGB 255 51 26 -
CMYK 0 0.8 0.90 0
HSL 6.55º 1% 0.55% -
HSV(B) 6.55º 0.9% 1% -
XYZ 42.61 23.7 3.31 -
YUV 109.15 81.09 232.03 -
System Red Green Blue C M Y K H S L
Decimal 255 51 26 0 0.8 0.90 0 6.55 1 0.55
Hex FF 33 1A 0 50 5A 0 7 64 37
Octal 377 63 32 0 120 132 0 7 144 67
Binary 11111111 110011 11010 0 1010000 1011010 0 111 1100100 110111

Color Harmonies of #FF331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF331A

Black with #FF331A

Text Example


Text Example

White with #FF331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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