Html Css Color HEX #FF3850 Radical Red

📋 copy color: '#FF3850'

red 255 ◦ green 56 ◦ blue 80

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

Shades of Radical Red #FF3850

Tints of Radical Red #FF3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 65.22%
G = 14.32%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF3850 (or 0xFF3850) is known color: Radical Red. HEX triplet: FF, 38 and 50. RGB value is (255,56,80). Sum of RGB (Red+Green+Blue) = 255+56+80=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3850 is #00C7AF. Grayscale: #767676. Windows color (decimal): -51120 or 5257471. OLE color: 5257471.

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

Color convert

RGB 255 56 80 -
CMYK 0 0.78 0.69 0
HSL 352.76º 1% 0.61% -
HSV(B) 352.76º 0.78% 1% -
XYZ 44.1 24.67 10.03 -
YUV 118.24 106.43 225.55 -
System Red Green Blue C M Y K H S L
Decimal 255 56 80 0 0.78 0.69 0 352.76 1 0.61
Hex FF 38 50 0 4E 45 0 161 64 3D
Octal 377 70 120 0 116 105 0 541 144 75
Binary 11111111 111000 1010000 0 1001110 1000101 0 101100001 1100100 111101

Color Harmonies of #FF3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3850

Black with #FF3850

Text Example


Text Example

White with #FF3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3850; }

 p { color: rgb(255,56,80); }

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

background-color css

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

 a { background-color: rgb(255,56,80); }

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

border-color css

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

 span { border-color: rgb(255,56,80); }

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