Html Css Color HEX #FF3431 Red Orange

📋 copy color: '#FF3431'

red 255 ◦ green 52 ◦ blue 49

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

Shades of Red Orange #FF3431

Tints of Red Orange #FF3431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 71.63%
G = 14.61%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3431 (or 0xFF3431) is known color: Red Orange. HEX triplet: FF, 34 and 31. RGB value is (255,52,49). Sum of RGB (Red+Green+Blue) = 255+52+49=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3431 is #00CBCE. Grayscale: #707070. Windows color (decimal): -52175 or 3224831. OLE color: 3224831.

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

Color convert

RGB 255 52 49 -
CMYK 0 0.80 0.81 0
HSL 0.87º 1% 0.6% -
HSV(B) 0.87º 0.81% 1% -
XYZ 43.02 23.94 5.26 -
YUV 112.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 255 52 49 0 0.80 0.81 0 0.87 1 0.6
Hex FF 34 31 0 50 51 0 1 64 3C
Octal 377 64 61 0 120 121 0 1 144 74
Binary 11111111 110100 110001 0 1010000 1010001 0 1 1100100 111100

Color Harmonies of #FF3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3431

Black with #FF3431

Text Example


Text Example

White with #FF3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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