Html Css Color HEX #FF484B Radical Red

📋 copy color: '#FF484B'

red 255 ◦ green 72 ◦ blue 75

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

Shades of Radical Red #FF484B

Tints of Radical Red #FF484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

 BLUE value IS 75 (29.69% from 255) = 18.66%

R = 63.43%
G = 17.91%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF484B (or 0xFF484B) is known color: Radical Red. HEX triplet: FF, 48 and 4B. RGB value is (255,72,75). Sum of RGB (Red+Green+Blue) = 255+72+75=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF484B is #00B7B4. Grayscale: #7F7F7F. Windows color (decimal): -47029 or 4933887. OLE color: 4933887.

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

Color convert

RGB 255 72 75 -
CMYK 0 0.72 0.71 0
HSL 359.02º 1% 0.64% -
HSV(B) 359.02º 0.72% 1% -
XYZ 44.83 26.4 9.39 -
YUV 127.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 255 72 75 0 0.72 0.71 0 359.02 1 0.64
Hex FF 48 4B 0 48 47 0 167 64 40
Octal 377 110 113 0 110 107 0 547 144 100
Binary 11111111 1001000 1001011 0 1001000 1000111 0 101100111 1100100 1000000

Color Harmonies of #FF484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF484B

Black with #FF484B

Text Example


Text Example

White with #FF484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF484B; }

 p { color: rgb(255,72,75); }

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

background-color css

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

 a { background-color: rgb(255,72,75); }

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

border-color css

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

 span { border-color: rgb(255,72,75); }

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