Html Css Color HEX #FF445C Radical Red

📋 copy color: '#FF445C'

red 255 ◦ green 68 ◦ blue 92

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

Shades of Radical Red #FF445C

Tints of Radical Red #FF445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 61.45%
G = 16.39%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF445C (or 0xFF445C) is known color: Radical Red. HEX triplet: FF, 44 and 5C. RGB value is (255,68,92). Sum of RGB (Red+Green+Blue) = 255+68+92=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF445C is #00BBA3. Grayscale: #7E7E7E. Windows color (decimal): -48036 or 6046975. OLE color: 6046975.

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

Color convert

RGB 255 68 92 -
CMYK 0 0.73 0.64 0
HSL 352.3º 1% 0.63% -
HSV(B) 352.3º 0.73% 1% -
XYZ 45.24 26.17 12.79 -
YUV 126.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 255 68 92 0 0.73 0.64 0 352.3 1 0.63
Hex FF 44 5C 0 49 40 0 160 64 3F
Octal 377 104 134 0 111 100 0 540 144 77
Binary 11111111 1000100 1011100 0 1001001 1000000 0 101100000 1100100 111111

Color Harmonies of #FF445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF445C

Black with #FF445C

Text Example


Text Example

White with #FF445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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