Html Css Color HEX #FF332A Red Orange

📋 copy color: '#FF332A'

red 255 ◦ green 51 ◦ blue 42

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

Shades of Red Orange #FF332A

Tints of Red Orange #FF332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 73.28%
G = 14.66%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF332A (or 0xFF332A) is known color: Red Orange. HEX triplet: FF, 33 and 2A. RGB value is (255,51,42). Sum of RGB (Red+Green+Blue) = 255+51+42=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF332A is #00CCD5. Grayscale: #6F6F6F. Windows color (decimal): -52438 or 2765823. OLE color: 2765823.

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

Color convert

RGB 255 51 42 -
CMYK 0 0.8 0.84 0
HSL 2.54º 1% 0.58% -
HSV(B) 2.54º 0.84% 1% -
XYZ 42.84 23.79 4.53 -
YUV 110.97 89.09 230.73 -
System Red Green Blue C M Y K H S L
Decimal 255 51 42 0 0.8 0.84 0 2.54 1 0.58
Hex FF 33 2A 0 50 54 0 3 64 3A
Octal 377 63 52 0 120 124 0 3 144 72
Binary 11111111 110011 101010 0 1010000 1010100 0 11 1100100 111010

Color Harmonies of #FF332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF332A

Black with #FF332A

Text Example


Text Example

White with #FF332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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