Html Css Color HEX #FF414C Radical Red

📋 copy color: '#FF414C'

red 255 ◦ green 65 ◦ blue 76

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

Shades of Radical Red #FF414C

Tints of Radical Red #FF414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 64.39%
G = 16.41%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF414C (or 0xFF414C) is known color: Radical Red. HEX triplet: FF, 41 and 4C. RGB value is (255,65,76). Sum of RGB (Red+Green+Blue) = 255+65+76=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF414C is #00BEB3. Grayscale: #7B7B7B. Windows color (decimal): -48820 or 4997631. OLE color: 4997631.

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

Color convert

RGB 255 65 76 -
CMYK 0 0.75 0.70 0
HSL 356.53º 1% 0.63% -
HSV(B) 356.53º 0.75% 1% -
XYZ 44.43 25.56 9.43 -
YUV 123.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 255 65 76 0 0.75 0.70 0 356.53 1 0.63
Hex FF 41 4C 0 4B 46 0 165 64 3F
Octal 377 101 114 0 113 106 0 545 144 77
Binary 11111111 1000001 1001100 0 1001011 1000110 0 101100101 1100100 111111

Color Harmonies of #FF414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF414C

Black with #FF414C

Text Example


Text Example

White with #FF414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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