Html Css Color HEX #FF3442 Radical Red

📋 copy color: '#FF3442'

red 255 ◦ green 52 ◦ blue 66

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

Shades of Radical Red #FF3442

Tints of Radical Red #FF3442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 68.36%
G = 13.94%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF3442 (or 0xFF3442) is known color: Radical Red. HEX triplet: FF, 34 and 42. RGB value is (255,52,66). Sum of RGB (Red+Green+Blue) = 255+52+66=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3442 is #00CBBD. Grayscale: #727272. Windows color (decimal): -52158 or 4338943. OLE color: 4338943.

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

Color convert

RGB 255 52 66 -
CMYK 0 0.80 0.74 0
HSL 355.86º 1% 0.6% -
HSV(B) 355.86º 0.8% 1% -
XYZ 43.45 24.11 7.52 -
YUV 114.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 255 52 66 0 0.80 0.74 0 355.86 1 0.6
Hex FF 34 42 0 50 4A 0 164 64 3C
Octal 377 64 102 0 120 112 0 544 144 74
Binary 11111111 110100 1000010 0 1010000 1001010 0 101100100 1100100 111100

Color Harmonies of #FF3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3442

Black with #FF3442

Text Example


Text Example

White with #FF3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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