Html Css Color HEX #FF3340 Radical Red

📋 copy color: '#FF3340'

red 255 ◦ green 51 ◦ blue 64

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

Shades of Radical Red #FF3340

Tints of Radical Red #FF3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.78%

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

R = 68.92%
G = 13.78%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF3340 (or 0xFF3340) is known color: Radical Red. HEX triplet: FF, 33 and 40. RGB value is (255,51,64). Sum of RGB (Red+Green+Blue) = 255+51+64=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3340 is #00CCBF. Grayscale: #717171. Windows color (decimal): -52416 or 4207615. OLE color: 4207615.

HSL color Cylindrical-coordinate representation of color #FF3340: hue angle of 356.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3340 is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 64 -
CMYK 0 0.8 0.75 0
HSL 356.18º 1% 0.6% -
HSV(B) 356.18º 0.8% 1% -
XYZ 43.35 24 7.2 -
YUV 113.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 255 51 64 0 0.8 0.75 0 356.18 1 0.6
Hex FF 33 40 0 50 4B 0 164 64 3C
Octal 377 63 100 0 120 113 0 544 144 74
Binary 11111111 110011 1000000 0 1010000 1001011 0 101100100 1100100 111100

Color Harmonies of #FF3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3340

Black with #FF3340

Text Example


Text Example

White with #FF3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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