Html Css Color HEX #FF3855 Radical Red

📋 copy color: '#FF3855'

red 255 ◦ green 56 ◦ blue 85

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

Shades of Radical Red #FF3855

Tints of Radical Red #FF3855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.14%

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

R = 64.39%
G = 14.14%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF3855 (or 0xFF3855) is known color: Radical Red. HEX triplet: FF, 38 and 55. RGB value is (255,56,85). Sum of RGB (Red+Green+Blue) = 255+56+85=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3855 is #00C7AA. Grayscale: #767676. Windows color (decimal): -51115 or 5585151. OLE color: 5585151.

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

Color convert

RGB 255 56 85 -
CMYK 0 0.78 0.67 0
HSL 351.26º 1% 0.61% -
HSV(B) 351.26º 0.78% 1% -
XYZ 44.29 24.74 11.04 -
YUV 118.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 255 56 85 0 0.78 0.67 0 351.26 1 0.61
Hex FF 38 55 0 4E 43 0 15F 64 3D
Octal 377 70 125 0 116 103 0 537 144 75
Binary 11111111 111000 1010101 0 1001110 1000011 0 101011111 1100100 111101

Color Harmonies of #FF3855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3855

Black with #FF3855

Text Example


Text Example

White with #FF3855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3855; }

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

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

background-color css

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

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

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

border-color css

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

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

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