Html Css Color HEX #FF4349 Radical Red

📋 copy color: '#FF4349'

red 255 ◦ green 67 ◦ blue 73

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

Shades of Radical Red #FF4349

Tints of Radical Red #FF4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.96%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 64.56%
G = 16.96%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF4349 (or 0xFF4349) is known color: Radical Red. HEX triplet: FF, 43 and 49. RGB value is (255,67,73). Sum of RGB (Red+Green+Blue) = 255+67+73=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4349 is #00BCB6. Grayscale: #7C7C7C. Windows color (decimal): -48311 or 4801535. OLE color: 4801535.

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

Color convert

RGB 255 67 73 -
CMYK 0 0.74 0.71 0
HSL 358.09º 1% 0.63% -
HSV(B) 358.09º 0.74% 1% -
XYZ 44.45 25.76 8.93 -
YUV 123.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 255 67 73 0 0.74 0.71 0 358.09 1 0.63
Hex FF 43 49 0 4A 47 0 166 64 3F
Octal 377 103 111 0 112 107 0 546 144 77
Binary 11111111 1000011 1001001 0 1001010 1000111 0 101100110 1100100 111111

Color Harmonies of #FF4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4349

Black with #FF4349

Text Example


Text Example

White with #FF4349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4349; }

 p { color: rgb(255,67,73); }

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

background-color css

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

 a { background-color: rgb(255,67,73); }

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

border-color css

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

 span { border-color: rgb(255,67,73); }

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