Html Css Color HEX #FF3238 Alizarin

📋 copy color: '#FF3238'

red 255 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #FF3238

Tints of Alizarin #FF3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 70.64%
G = 13.85%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3238 (or 0xFF3238) is known color: Alizarin. HEX triplet: FF, 32 and 38. RGB value is (255,50,56). Sum of RGB (Red+Green+Blue) = 255+50+56=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3238 is #00CDC7. Grayscale: #707070. Windows color (decimal): -52680 or 3683071. OLE color: 3683071.

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

Color convert

RGB 255 50 56 -
CMYK 0 0.80 0.78 0
HSL 358.24º 1% 0.6% -
HSV(B) 358.24º 0.8% 1% -
XYZ 43.09 23.83 6.07 -
YUV 111.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 255 50 56 0 0.80 0.78 0 358.24 1 0.6
Hex FF 32 38 0 50 4E 0 166 64 3C
Octal 377 62 70 0 120 116 0 546 144 74
Binary 11111111 110010 111000 0 1010000 1001110 0 101100110 1100100 111100

Color Harmonies of #FF3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3238

Black with #FF3238

Text Example


Text Example

White with #FF3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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