Html Css Color HEX #FF3765 Radical Red

📋 copy color: '#FF3765'

red 255 ◦ green 55 ◦ blue 101

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

Shades of Radical Red #FF3765

Tints of Radical Red #FF3765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 62.04%
G = 13.38%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF3765 (or 0xFF3765) is known color: Radical Red. HEX triplet: FF, 37 and 65. RGB value is (255,55,101). Sum of RGB (Red+Green+Blue) = 255+55+101=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3765 is #00C89A. Grayscale: #787878. Windows color (decimal): -51355 or 6633471. OLE color: 6633471.

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

Color convert

RGB 255 55 101 -
CMYK 0 0.78 0.60 0
HSL 346.2º 1% 0.61% -
HSV(B) 346.2º 0.78% 1% -
XYZ 44.96 24.93 14.75 -
YUV 120.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 255 55 101 0 0.78 0.60 0 346.2 1 0.61
Hex FF 37 65 0 4E 3C 0 15A 64 3D
Octal 377 67 145 0 116 74 0 532 144 75
Binary 11111111 110111 1100101 0 1001110 111100 0 101011010 1100100 111101

Color Harmonies of #FF3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3765

Black with #FF3765

Text Example


Text Example

White with #FF3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3765; }

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

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

background-color css

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

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

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

border-color css

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

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

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