Html Css Color HEX #FF3942 Radical Red

📋 copy color: '#FF3942'

red 255 ◦ green 57 ◦ blue 66

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

Shades of Radical Red #FF3942

Tints of Radical Red #FF3942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 67.46%
G = 15.08%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF3942 (or 0xFF3942) is known color: Radical Red. HEX triplet: FF, 39 and 42. RGB value is (255,57,66). Sum of RGB (Red+Green+Blue) = 255+57+66=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3942 is #00C6BD. Grayscale: #757575. Windows color (decimal): -50878 or 4340223. OLE color: 4340223.

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

Color convert

RGB 255 57 66 -
CMYK 0 0.78 0.74 0
HSL 357.27º 1% 0.61% -
HSV(B) 357.27º 0.78% 1% -
XYZ 43.69 24.58 7.6 -
YUV 117.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 255 57 66 0 0.78 0.74 0 357.27 1 0.61
Hex FF 39 42 0 4E 4A 0 165 64 3D
Octal 377 71 102 0 116 112 0 545 144 75
Binary 11111111 111001 1000010 0 1001110 1001010 0 101100101 1100100 111101

Color Harmonies of #FF3942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3942

Black with #FF3942

Text Example


Text Example

White with #FF3942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3942; }

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

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

background-color css

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

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

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

border-color css

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

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

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