Html Css Color HEX #FF1855 Radical Red

📋 copy color: '#FF1855'

red 255 ◦ green 24 ◦ blue 85

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

Shades of Radical Red #FF1855

Tints of Radical Red #FF1855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 70.05%
G = 6.59%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF1855 (or 0xFF1855) is known color: Radical Red. HEX triplet: FF, 18 and 55. RGB value is (255,24,85). Sum of RGB (Red+Green+Blue) = 255+24+85=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1855 is #00E7AA. Grayscale: #646464. Windows color (decimal): -59307 or 5576959. OLE color: 5576959.

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

Color convert

RGB 255 24 85 -
CMYK 0 0.91 0.67 0
HSL 344.16º 1% 0.55% -
HSV(B) 344.16º 0.91% 1% -
XYZ 43.21 22.57 10.67 -
YUV 100.02 119.53 238.54 -
System Red Green Blue C M Y K H S L
Decimal 255 24 85 0 0.91 0.67 0 344.16 1 0.55
Hex FF 18 55 0 5B 43 0 158 64 37
Octal 377 30 125 0 133 103 0 530 144 67
Binary 11111111 11000 1010101 0 1011011 1000011 0 101011000 1100100 110111

Color Harmonies of #FF1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1855

Black with #FF1855

Text Example


Text Example

White with #FF1855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1855; }

 p { color: rgb(255,24,85); }

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

background-color css

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

 a { background-color: rgb(255,24,85); }

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

border-color css

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

 span { border-color: rgb(255,24,85); }

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