Html Css Color HEX #FF4352 Radical Red

📋 copy color: '#FF4352'

red 255 ◦ green 67 ◦ blue 82

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

Shades of Radical Red #FF4352

Tints of Radical Red #FF4352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 63.12%
G = 16.58%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF4352 (or 0xFF4352) is known color: Radical Red. HEX triplet: FF, 43 and 52. RGB value is (255,67,82). Sum of RGB (Red+Green+Blue) = 255+67+82=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4352 is #00BCAD. Grayscale: #7D7D7D. Windows color (decimal): -48302 or 5391359. OLE color: 5391359.

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

Color convert

RGB 255 67 82 -
CMYK 0 0.74 0.68 0
HSL 355.21º 1% 0.63% -
HSV(B) 355.21º 0.74% 1% -
XYZ 44.77 25.88 10.62 -
YUV 124.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 255 67 82 0 0.74 0.68 0 355.21 1 0.63
Hex FF 43 52 0 4A 44 0 163 64 3F
Octal 377 103 122 0 112 104 0 543 144 77
Binary 11111111 1000011 1010010 0 1001010 1000100 0 101100011 1100100 111111

Color Harmonies of #FF4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4352

Black with #FF4352

Text Example


Text Example

White with #FF4352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4352; }

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

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

background-color css

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

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

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

border-color css

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

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

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