Html Css Color HEX #FF331D Red Orange

📋 copy color: '#FF331D'

red 255 ◦ green 51 ◦ blue 29

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

Shades of Red Orange #FF331D

Tints of Red Orange #FF331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 76.12%
G = 15.22%
B = 8.66%

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

#FF331D (or 0xFF331D) is known color: Red Orange. HEX triplet: FF, 33 and 1D. RGB value is (255,51,29). Sum of RGB (Red+Green+Blue) = 255+51+29=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF331D is #00CCE2. Grayscale: #6D6D6D. Windows color (decimal): -52451 or 1913855. OLE color: 1913855.

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

Color convert

RGB 255 51 29 -
CMYK 0 0.8 0.89 0
HSL 5.84º 1% 0.56% -
HSV(B) 5.84º 0.89% 1% -
XYZ 42.65 23.72 3.49 -
YUV 109.49 82.59 231.79 -
System Red Green Blue C M Y K H S L
Decimal 255 51 29 0 0.8 0.89 0 5.84 1 0.56
Hex FF 33 1D 0 50 59 0 6 64 38
Octal 377 63 35 0 120 131 0 6 144 70
Binary 11111111 110011 11101 0 1010000 1011001 0 110 1100100 111000

Color Harmonies of #FF331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF331D

Black with #FF331D

Text Example


Text Example

White with #FF331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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