Html Css Color HEX #FF3642 Radical Red

📋 copy color: '#FF3642'

red 255 ◦ green 54 ◦ blue 66

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

Shades of Radical Red #FF3642

Tints of Radical Red #FF3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.4%

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

R = 68%
G = 14.4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF3642 (or 0xFF3642) is known color: Radical Red. HEX triplet: FF, 36 and 42. RGB value is (255,54,66). Sum of RGB (Red+Green+Blue) = 255+54+66=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3642 is #00C9BD. Grayscale: #737373. Windows color (decimal): -51646 or 4339455. OLE color: 4339455.

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

Color convert

RGB 255 54 66 -
CMYK 0 0.79 0.74 0
HSL 356.42º 1% 0.61% -
HSV(B) 356.42º 0.79% 1% -
XYZ 43.54 24.29 7.55 -
YUV 115.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 255 54 66 0 0.79 0.74 0 356.42 1 0.61
Hex FF 36 42 0 4F 4A 0 164 64 3D
Octal 377 66 102 0 117 112 0 544 144 75
Binary 11111111 110110 1000010 0 1001111 1001010 0 101100100 1100100 111101

Color Harmonies of #FF3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3642

Black with #FF3642

Text Example


Text Example

White with #FF3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3642; }

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

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

background-color css

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

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

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

border-color css

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

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

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