Html Css Color HEX #FF3042 Radical Red

📋 copy color: '#FF3042'

red 255 ◦ green 48 ◦ blue 66

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

Shades of Radical Red #FF3042

Tints of Radical Red #FF3042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 69.11%
G = 13.01%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF3042 (or 0xFF3042) is known color: Radical Red. HEX triplet: FF, 30 and 42. RGB value is (255,48,66). Sum of RGB (Red+Green+Blue) = 255+48+66=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3042 is #00CFBD. Grayscale: #707070. Windows color (decimal): -53182 or 4337919. OLE color: 4337919.

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

Color convert

RGB 255 48 66 -
CMYK 0 0.81 0.74 0
HSL 354.78º 1% 0.59% -
HSV(B) 354.78º 0.81% 1% -
XYZ 43.28 23.77 7.46 -
YUV 111.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 255 48 66 0 0.81 0.74 0 354.78 1 0.59
Hex FF 30 42 0 51 4A 0 163 64 3B
Octal 377 60 102 0 121 112 0 543 144 73
Binary 11111111 110000 1000010 0 1010001 1001010 0 101100011 1100100 111011

Color Harmonies of #FF3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3042

Black with #FF3042

Text Example


Text Example

White with #FF3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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