Html Css Color HEX #FF332E Red Orange

📋 copy color: '#FF332E'

red 255 ◦ green 51 ◦ blue 46

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

Shades of Red Orange #FF332E

Tints of Red Orange #FF332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 72.44%
G = 14.49%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF332E (or 0xFF332E) is known color: Red Orange. HEX triplet: FF, 33 and 2E. RGB value is (255,51,46). Sum of RGB (Red+Green+Blue) = 255+51+46=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF332E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF332E is #00CCD1. Grayscale: #6F6F6F. Windows color (decimal): -52434 or 3027967. OLE color: 3027967.

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

Color convert

RGB 255 51 46 -
CMYK 0 0.8 0.82 0
HSL 1.44º 1% 0.59% -
HSV(B) 1.44º 0.82% 1% -
XYZ 42.92 23.82 4.92 -
YUV 111.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 255 51 46 0 0.8 0.82 0 1.44 1 0.59
Hex FF 33 2E 0 50 52 0 1 64 3B
Octal 377 63 56 0 120 122 0 1 144 73
Binary 11111111 110011 101110 0 1010000 1010010 0 1 1100100 111011

Color Harmonies of #FF332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF332E

Black with #FF332E

Text Example


Text Example

White with #FF332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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