Html Css Color HEX #FF3325 Red Orange

📋 copy color: '#FF3325'

red 255 ◦ green 51 ◦ blue 37

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

Shades of Red Orange #FF3325

Tints of Red Orange #FF3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 74.34%
G = 14.87%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF3325 (or 0xFF3325) is known color: Red Orange. HEX triplet: FF, 33 and 25. RGB value is (255,51,37). Sum of RGB (Red+Green+Blue) = 255+51+37=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3325 is #00CCDA. Grayscale: #6E6E6E. Windows color (decimal): -52443 or 2438143. OLE color: 2438143.

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

Color convert

RGB 255 51 37 -
CMYK 0 0.8 0.85 0
HSL 3.85º 1% 0.57% -
HSV(B) 3.85º 0.85% 1% -
XYZ 42.76 23.76 4.08 -
YUV 110.4 86.59 231.14 -
System Red Green Blue C M Y K H S L
Decimal 255 51 37 0 0.8 0.85 0 3.85 1 0.57
Hex FF 33 25 0 50 55 0 4 64 39
Octal 377 63 45 0 120 125 0 4 144 71
Binary 11111111 110011 100101 0 1010000 1010101 0 100 1100100 111001

Color Harmonies of #FF3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3325

Black with #FF3325

Text Example


Text Example

White with #FF3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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