Html Css Color HEX #FF3A42 Radical Red

📋 copy color: '#FF3A42'

red 255 ◦ green 58 ◦ blue 66

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

Shades of Radical Red #FF3A42

Tints of Radical Red #FF3A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

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

R = 67.28%
G = 15.3%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF3A42 (or 0xFF3A42) is known color: Radical Red. HEX triplet: FF, 3A and 42. RGB value is (255,58,66). Sum of RGB (Red+Green+Blue) = 255+58+66=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A42 is #00C5BD. Grayscale: #757575. Windows color (decimal): -50622 or 4340479. OLE color: 4340479.

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

Color convert

RGB 255 58 66 -
CMYK 0 0.77 0.74 0
HSL 357.56º 1% 0.61% -
HSV(B) 357.56º 0.77% 1% -
XYZ 43.74 24.68 7.61 -
YUV 117.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 255 58 66 0 0.77 0.74 0 357.56 1 0.61
Hex FF 3A 42 0 4D 4A 0 166 64 3D
Octal 377 72 102 0 115 112 0 546 144 75
Binary 11111111 111010 1000010 0 1001101 1001010 0 101100110 1100100 111101

Color Harmonies of #FF3A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A42

Black with #FF3A42

Text Example


Text Example

White with #FF3A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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