Html Css Color HEX #FF3948 Radical Red

📋 copy color: '#FF3948'

red 255 ◦ green 57 ◦ blue 72

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

Shades of Radical Red #FF3948

Tints of Radical Red #FF3948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 66.41%
G = 14.84%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF3948 (or 0xFF3948) is known color: Radical Red. HEX triplet: FF, 39 and 48. RGB value is (255,57,72). Sum of RGB (Red+Green+Blue) = 255+57+72=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3948 is #00C6B7. Grayscale: #767676. Windows color (decimal): -50872 or 4733439. OLE color: 4733439.

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

Color convert

RGB 255 57 72 -
CMYK 0 0.78 0.72 0
HSL 355.45º 1% 0.61% -
HSV(B) 355.45º 0.78% 1% -
XYZ 43.87 24.65 8.58 -
YUV 117.91 102.1 225.78 -
System Red Green Blue C M Y K H S L
Decimal 255 57 72 0 0.78 0.72 0 355.45 1 0.61
Hex FF 39 48 0 4E 48 0 163 64 3D
Octal 377 71 110 0 116 110 0 543 144 75
Binary 11111111 111001 1001000 0 1001110 1001000 0 101100011 1100100 111101

Color Harmonies of #FF3948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3948

Black with #FF3948

Text Example


Text Example

White with #FF3948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3948; }

 p { color: rgb(255,57,72); }

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

background-color css

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

 a { background-color: rgb(255,57,72); }

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

border-color css

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

 span { border-color: rgb(255,57,72); }

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