Html Css Color HEX #FF3940 Radical Red

📋 copy color: '#FF3940'

red 255 ◦ green 57 ◦ blue 64

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

Shades of Radical Red #FF3940

Tints of Radical Red #FF3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

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

R = 67.82%
G = 15.16%
B = 17.02%

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

#FF3940 (or 0xFF3940) is known color: Radical Red. HEX triplet: FF, 39 and 40. RGB value is (255,57,64). Sum of RGB (Red+Green+Blue) = 255+57+64=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3940 is #00C6BF. Grayscale: #757575. Windows color (decimal): -50880 or 4209151. OLE color: 4209151.

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

Color convert

RGB 255 57 64 -
CMYK 0 0.78 0.75 0
HSL 357.88º 1% 0.61% -
HSV(B) 357.88º 0.78% 1% -
XYZ 43.63 24.56 7.29 -
YUV 117 98.1 226.43 -
System Red Green Blue C M Y K H S L
Decimal 255 57 64 0 0.78 0.75 0 357.88 1 0.61
Hex FF 39 40 0 4E 4B 0 166 64 3D
Octal 377 71 100 0 116 113 0 546 144 75
Binary 11111111 111001 1000000 0 1001110 1001011 0 101100110 1100100 111101

Color Harmonies of #FF3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3940

Black with #FF3940

Text Example


Text Example

White with #FF3940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3940; }

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

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

background-color css

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

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

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

border-color css

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

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

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