Html Css Color HEX #FF3141 Radical Red

📋 copy color: '#FF3141'

red 255 ◦ green 49 ◦ blue 65

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

Shades of Radical Red #FF3141

Tints of Radical Red #FF3141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 69.11%
G = 13.28%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF3141 (or 0xFF3141) is known color: Radical Red. HEX triplet: FF, 31 and 41. RGB value is (255,49,65). Sum of RGB (Red+Green+Blue) = 255+49+65=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3141 is #00CEBE. Grayscale: #707070. Windows color (decimal): -52927 or 4272639. OLE color: 4272639.

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

Color convert

RGB 255 49 65 -
CMYK 0 0.81 0.75 0
HSL 355.34º 1% 0.6% -
HSV(B) 355.34º 0.81% 1% -
XYZ 43.29 23.84 7.32 -
YUV 112.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 255 49 65 0 0.81 0.75 0 355.34 1 0.6
Hex FF 31 41 0 51 4B 0 163 64 3C
Octal 377 61 101 0 121 113 0 543 144 74
Binary 11111111 110001 1000001 0 1010001 1001011 0 101100011 1100100 111100

Color Harmonies of #FF3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3141

Black with #FF3141

Text Example


Text Example

White with #FF3141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3141; }

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

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

background-color css

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

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

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

border-color css

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

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

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