Html Css Color HEX #FE3441 Radical Red

📋 copy color: '#FE3441'

red 254 ◦ green 52 ◦ blue 65

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

Shades of Radical Red #FE3441

Tints of Radical Red #FE3441

RGB

 RED value IS 254 (99.61% from 255) = 68.46%

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

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

R = 68.46%
G = 14.02%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE3441 (or 0xFE3441) is known color: Radical Red. HEX triplet: FE, 34 and 41. RGB value is (254,52,65). Sum of RGB (Red+Green+Blue) = 254+52+65=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3441 is #01CBBE. Grayscale: #727272. Windows color (decimal): -117695 or 4273406. OLE color: 4273406.

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

Color convert

RGB 254 52 65 -
CMYK 0 0.80 0.74 0.00
HSL 356.14º 0.99% 0.6% -
HSV(B) 356.14º 0.8% 1% -
XYZ 43.06 23.91 7.35 -
YUV 113.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 254 52 65 0 0.80 0.74 0.00 356.14 0.99 0.6
Hex FE 34 41 0 50 4A 0 164 63 3C
Octal 376 64 101 0 120 112 0 544 143 74
Binary 11111110 110100 1000001 0 1010000 1001010 0 101100100 1100011 111100

Color Harmonies of #FE3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3441

Black with #FE3441

Text Example


Text Example

White with #FE3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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