Html Css Color HEX #FF3344 Radical Red

📋 copy color: '#FF3344'

red 255 ◦ green 51 ◦ blue 68

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

Shades of Radical Red #FF3344

Tints of Radical Red #FF3344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 68.18%
G = 13.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF3344 (or 0xFF3344) is known color: Radical Red. HEX triplet: FF, 33 and 44. RGB value is (255,51,68). Sum of RGB (Red+Green+Blue) = 255+51+68=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3344 is #00CCBB. Grayscale: #727272. Windows color (decimal): -52412 or 4469759. OLE color: 4469759.

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

Color convert

RGB 255 51 68 -
CMYK 0 0.8 0.73 0
HSL 355º 1% 0.6% -
HSV(B) 355º 0.8% 1% -
XYZ 43.47 24.05 7.82 -
YUV 113.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 255 51 68 0 0.8 0.73 0 355 1 0.6
Hex FF 33 44 0 50 49 0 163 64 3C
Octal 377 63 104 0 120 111 0 543 144 74
Binary 11111111 110011 1000100 0 1010000 1001001 0 101100011 1100100 111100

Color Harmonies of #FF3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3344

Black with #FF3344

Text Example


Text Example

White with #FF3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3344; }

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

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

background-color css

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

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

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

border-color css

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

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

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