Html Css Color HEX #FF375D Radical Red

📋 copy color: '#FF375D'

red 255 ◦ green 55 ◦ blue 93

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

Shades of Radical Red #FF375D

Tints of Radical Red #FF375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.65%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 63.28%
G = 13.65%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF375D (or 0xFF375D) is known color: Radical Red. HEX triplet: FF, 37 and 5D. RGB value is (255,55,93). Sum of RGB (Red+Green+Blue) = 255+55+93=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF375D is #00C8A2. Grayscale: #777777. Windows color (decimal): -51363 or 6109183. OLE color: 6109183.

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

Color convert

RGB 255 55 93 -
CMYK 0 0.78 0.64 0
HSL 348.6º 1% 0.61% -
HSV(B) 348.6º 0.78% 1% -
XYZ 44.58 24.78 12.79 -
YUV 119.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 255 55 93 0 0.78 0.64 0 348.6 1 0.61
Hex FF 37 5D 0 4E 40 0 15D 64 3D
Octal 377 67 135 0 116 100 0 535 144 75
Binary 11111111 110111 1011101 0 1001110 1000000 0 101011101 1100100 111101

Color Harmonies of #FF375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF375D

Black with #FF375D

Text Example


Text Example

White with #FF375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF375D; }

 p { color: rgb(255,55,93); }

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

background-color css

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

 a { background-color: rgb(255,55,93); }

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

border-color css

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

 span { border-color: rgb(255,55,93); }

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