Html Css Color HEX #FF3441 Radical Red

📋 copy color: '#FF3441'

red 255 ◦ green 52 ◦ blue 65

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

Shades of Radical Red #FF3441

Tints of Radical Red #FF3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 68.55%
G = 13.98%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF3441 (or 0xFF3441) is known color: Radical Red. HEX triplet: FF, 34 and 41. RGB value is (255,52,65). Sum of RGB (Red+Green+Blue) = 255+52+65=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3441 is #00CBBE. Grayscale: #727272. Windows color (decimal): -52159 or 4273407. OLE color: 4273407.

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

Color convert

RGB 255 52 65 -
CMYK 0 0.80 0.75 0
HSL 356.16º 1% 0.6% -
HSV(B) 356.16º 0.8% 1% -
XYZ 43.42 24.1 7.36 -
YUV 114.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 255 52 65 0 0.80 0.75 0 356.16 1 0.6
Hex FF 34 41 0 50 4B 0 164 64 3C
Octal 377 64 101 0 120 113 0 544 144 74
Binary 11111111 110100 1000001 0 1010000 1001011 0 101100100 1100100 111100

Color Harmonies of #FF3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3441

Black with #FF3441

Text Example


Text Example

White with #FF3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3441; }

 p { color: rgb(255,52,65); }

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

background-color css

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

 a { background-color: rgb(255,52,65); }

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

border-color css

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

 span { border-color: rgb(255,52,65); }

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