Html Css Color HEX #FF445F Radical Red

📋 copy color: '#FF445F'

red 255 ◦ green 68 ◦ blue 95

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

Shades of Radical Red #FF445F

Tints of Radical Red #FF445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 61%
G = 16.27%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF445F (or 0xFF445F) is known color: Radical Red. HEX triplet: FF, 44 and 5F. RGB value is (255,68,95). Sum of RGB (Red+Green+Blue) = 255+68+95=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF445F is #00BBA0. Grayscale: #7F7F7F. Windows color (decimal): -48033 or 6243583. OLE color: 6243583.

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

Color convert

RGB 255 68 95 -
CMYK 0 0.73 0.63 0
HSL 351.34º 1% 0.63% -
HSV(B) 351.34º 0.73% 1% -
XYZ 45.37 26.22 13.5 -
YUV 126.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 255 68 95 0 0.73 0.63 0 351.34 1 0.63
Hex FF 44 5F 0 49 3F 0 15F 64 3F
Octal 377 104 137 0 111 77 0 537 144 77
Binary 11111111 1000100 1011111 0 1001001 111111 0 101011111 1100100 111111

Color Harmonies of #FF445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF445F

Black with #FF445F

Text Example


Text Example

White with #FF445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF445F; }

 p { color: rgb(255,68,95); }

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

background-color css

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

 a { background-color: rgb(255,68,95); }

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

border-color css

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

 span { border-color: rgb(255,68,95); }

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