Html Css Color HEX #FF383A Alizarin

📋 copy color: '#FF383A'

red 255 ◦ green 56 ◦ blue 58

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

Shades of Alizarin #FF383A

Tints of Alizarin #FF383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 69.11%
G = 15.18%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF383A (or 0xFF383A) is known color: Alizarin. HEX triplet: FF, 38 and 3A. RGB value is (255,56,58). Sum of RGB (Red+Green+Blue) = 255+56+58=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF383A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF383A is #00C7C5. Grayscale: #737373. Windows color (decimal): -51142 or 3815679. OLE color: 3815679.

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

Color convert

RGB 255 56 58 -
CMYK 0 0.78 0.77 0
HSL 359.4º 1% 0.61% -
HSV(B) 359.4º 0.78% 1% -
XYZ 43.42 24.39 6.42 -
YUV 115.73 95.43 227.34 -
System Red Green Blue C M Y K H S L
Decimal 255 56 58 0 0.78 0.77 0 359.4 1 0.61
Hex FF 38 3A 0 4E 4D 0 167 64 3D
Octal 377 70 72 0 116 115 0 547 144 75
Binary 11111111 111000 111010 0 1001110 1001101 0 101100111 1100100 111101

Color Harmonies of #FF383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF383A

Black with #FF383A

Text Example


Text Example

White with #FF383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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