Html Css Color HEX #FF383C Alizarin

📋 copy color: '#FF383C'

red 255 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #FF383C

Tints of Alizarin #FF383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 68.73%
G = 15.09%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF383C (or 0xFF383C) is known color: Alizarin. HEX triplet: FF, 38 and 3C. RGB value is (255,56,60). Sum of RGB (Red+Green+Blue) = 255+56+60=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF383C is #00C7C3. Grayscale: #747474. Windows color (decimal): -51140 or 3946751. OLE color: 3946751.

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

Color convert

RGB 255 56 60 -
CMYK 0 0.78 0.76 0
HSL 358.79º 1% 0.61% -
HSV(B) 358.79º 0.78% 1% -
XYZ 43.47 24.41 6.7 -
YUV 115.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 255 56 60 0 0.78 0.76 0 358.79 1 0.61
Hex FF 38 3C 0 4E 4C 0 167 64 3D
Octal 377 70 74 0 116 114 0 547 144 75
Binary 11111111 111000 111100 0 1001110 1001100 0 101100111 1100100 111101

Color Harmonies of #FF383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF383C

Black with #FF383C

Text Example


Text Example

White with #FF383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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