Html Css Color HEX #FF3538 Alizarin

📋 copy color: '#FF3538'

red 255 ◦ green 53 ◦ blue 56

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

Shades of Alizarin #FF3538

Tints of Alizarin #FF3538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 70.05%
G = 14.56%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3538 (or 0xFF3538) is known color: Alizarin. HEX triplet: FF, 35 and 38. RGB value is (255,53,56). Sum of RGB (Red+Green+Blue) = 255+53+56=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3538 is #00CAC7. Grayscale: #717171. Windows color (decimal): -51912 or 3683839. OLE color: 3683839.

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

Color convert

RGB 255 53 56 -
CMYK 0 0.79 0.78 0
HSL 359.11º 1% 0.6% -
HSV(B) 359.11º 0.79% 1% -
XYZ 43.23 24.09 6.11 -
YUV 113.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 255 53 56 0 0.79 0.78 0 359.11 1 0.6
Hex FF 35 38 0 4F 4E 0 167 64 3C
Octal 377 65 70 0 117 116 0 547 144 74
Binary 11111111 110101 111000 0 1001111 1001110 0 101100111 1100100 111100

Color Harmonies of #FF3538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3538

Black with #FF3538

Text Example


Text Example

White with #FF3538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3538; }

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

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

background-color css

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

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

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

border-color css

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

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

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