Html Css Color HEX #FF3123 Red Orange

📋 copy color: '#FF3123'

red 255 ◦ green 49 ◦ blue 35

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

Shades of Red Orange #FF3123

Tints of Red Orange #FF3123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 75.22%
G = 14.45%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF3123 (or 0xFF3123) is known color: Red Orange. HEX triplet: FF, 31 and 23. RGB value is (255,49,35). Sum of RGB (Red+Green+Blue) = 255+49+35=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3123 is #00CEDC. Grayscale: #6D6D6D. Windows color (decimal): -52957 or 2306559. OLE color: 2306559.

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

Color convert

RGB 255 49 35 -
CMYK 0 0.81 0.86 0
HSL 3.82º 1% 0.57% -
HSV(B) 3.82º 0.86% 1% -
XYZ 42.64 23.58 3.89 -
YUV 109 86.25 232.14 -
System Red Green Blue C M Y K H S L
Decimal 255 49 35 0 0.81 0.86 0 3.82 1 0.57
Hex FF 31 23 0 51 56 0 4 64 39
Octal 377 61 43 0 121 126 0 4 144 71
Binary 11111111 110001 100011 0 1010001 1010110 0 100 1100100 111001

Color Harmonies of #FF3123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3123

Black with #FF3123

Text Example


Text Example

White with #FF3123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3123; }

 p { color: rgb(255,49,35); }

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

background-color css

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

 a { background-color: rgb(255,49,35); }

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

border-color css

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

 span { border-color: rgb(255,49,35); }

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