Html Css Color HEX #FF3740 Radical Red

📋 copy color: '#FF3740'

red 255 ◦ green 55 ◦ blue 64

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

Shades of Radical Red #FF3740

Tints of Radical Red #FF3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 68.18%
G = 14.71%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF3740 (or 0xFF3740) is known color: Radical Red. HEX triplet: FF, 37 and 40. RGB value is (255,55,64). Sum of RGB (Red+Green+Blue) = 255+55+64=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3740 is #00C8BF. Grayscale: #737373. Windows color (decimal): -51392 or 4208639. OLE color: 4208639.

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

Color convert

RGB 255 55 64 -
CMYK 0 0.78 0.75 0
HSL 357.3º 1% 0.61% -
HSV(B) 357.3º 0.78% 1% -
XYZ 43.53 24.36 7.26 -
YUV 115.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 255 55 64 0 0.78 0.75 0 357.3 1 0.61
Hex FF 37 40 0 4E 4B 0 165 64 3D
Octal 377 67 100 0 116 113 0 545 144 75
Binary 11111111 110111 1000000 0 1001110 1001011 0 101100101 1100100 111101

Color Harmonies of #FF3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3740

Black with #FF3740

Text Example


Text Example

White with #FF3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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