Html Css Color HEX #FF195C Radical Red

📋 copy color: '#FF195C'

red 255 ◦ green 25 ◦ blue 92

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

Shades of Radical Red #FF195C

Tints of Radical Red #FF195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

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

R = 68.55%
G = 6.72%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF195C (or 0xFF195C) is known color: Radical Red. HEX triplet: FF, 19 and 5C. RGB value is (255,25,92). Sum of RGB (Red+Green+Blue) = 255+25+92=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF195C is #00E6A3. Grayscale: #656565. Windows color (decimal): -59044 or 6035967. OLE color: 6035967.

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

Color convert

RGB 255 25 92 -
CMYK 0 0.90 0.64 0
HSL 342.52º 1% 0.55% -
HSV(B) 342.52º 0.9% 1% -
XYZ 43.52 22.73 12.22 -
YUV 101.41 122.7 237.55 -
System Red Green Blue C M Y K H S L
Decimal 255 25 92 0 0.90 0.64 0 342.52 1 0.55
Hex FF 19 5C 0 5A 40 0 157 64 37
Octal 377 31 134 0 132 100 0 527 144 67
Binary 11111111 11001 1011100 0 1011010 1000000 0 101010111 1100100 110111

Color Harmonies of #FF195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF195C

Black with #FF195C

Text Example


Text Example

White with #FF195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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