Html Css Color HEX #FF331C Red Orange

📋 copy color: '#FF331C'

red 255 ◦ green 51 ◦ blue 28

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

Shades of Red Orange #FF331C

Tints of Red Orange #FF331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 76.35%
G = 15.27%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF331C (or 0xFF331C) is known color: Red Orange. HEX triplet: FF, 33 and 1C. RGB value is (255,51,28). Sum of RGB (Red+Green+Blue) = 255+51+28=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF331C is #00CCE3. Grayscale: #6D6D6D. Windows color (decimal): -52452 or 1848319. OLE color: 1848319.

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

Color convert

RGB 255 51 28 -
CMYK 0 0.8 0.89 0
HSL 6.08º 1% 0.55% -
HSV(B) 6.08º 0.89% 1% -
XYZ 42.63 23.71 3.43 -
YUV 109.37 82.09 231.87 -
System Red Green Blue C M Y K H S L
Decimal 255 51 28 0 0.8 0.89 0 6.08 1 0.55
Hex FF 33 1C 0 50 59 0 6 64 37
Octal 377 63 34 0 120 131 0 6 144 67
Binary 11111111 110011 11100 0 1010000 1011001 0 110 1100100 110111

Color Harmonies of #FF331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF331C

Black with #FF331C

Text Example


Text Example

White with #FF331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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