Html Css Color HEX #FF3425 Red Orange

📋 copy color: '#FF3425'

red 255 ◦ green 52 ◦ blue 37

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

Shades of Red Orange #FF3425

Tints of Red Orange #FF3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

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

R = 74.13%
G = 15.12%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF3425 (or 0xFF3425) is known color: Red Orange. HEX triplet: FF, 34 and 25. RGB value is (255,52,37). Sum of RGB (Red+Green+Blue) = 255+52+37=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3425 is #00CBDA. Grayscale: #6F6F6F. Windows color (decimal): -52187 or 2438399. OLE color: 2438399.

HSL color Cylindrical-coordinate representation of color #FF3425: hue angle of 4.13º 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 #FF3425 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 37 -
CMYK 0 0.80 0.85 0
HSL 4.13º 1% 0.57% -
HSV(B) 4.13º 0.85% 1% -
XYZ 42.8 23.85 4.1 -
YUV 110.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 255 52 37 0 0.80 0.85 0 4.13 1 0.57
Hex FF 34 25 0 50 55 0 4 64 39
Octal 377 64 45 0 120 125 0 4 144 71
Binary 11111111 110100 100101 0 1010000 1010101 0 100 1100100 111001

Color Harmonies of #FF3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3425

Black with #FF3425

Text Example


Text Example

White with #FF3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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