Html Css Color HEX #FE383D Alizarin

📋 copy color: '#FE383D'

red 254 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #FE383D

Tints of Alizarin #FE383D

RGB

 RED value IS 254 (99.61% from 255) = 68.46%

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

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 68.46%
G = 15.09%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE383D (or 0xFE383D) is known color: Alizarin. HEX triplet: FE, 38 and 3D. RGB value is (254,56,61). Sum of RGB (Red+Green+Blue) = 254+56+61=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE383D is #01C7C2. Grayscale: #737373. Windows color (decimal): -116675 or 4012286. OLE color: 4012286.

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

Color convert

RGB 254 56 61 -
CMYK 0 0.78 0.76 0.00
HSL 358.48º 0.99% 0.61% -
HSV(B) 358.48º 0.78% 1% -
XYZ 43.13 24.24 6.82 -
YUV 115.77 97.1 226.59 -
System Red Green Blue C M Y K H S L
Decimal 254 56 61 0 0.78 0.76 0.00 358.48 0.99 0.61
Hex FE 38 3D 0 4E 4C 0 166 63 3D
Octal 376 70 75 0 116 114 0 546 143 75
Binary 11111110 111000 111101 0 1001110 1001100 0 101100110 1100011 111101

Color Harmonies of #FE383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE383D

Black with #FE383D

Text Example


Text Example

White with #FE383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE383D; }

 p { color: rgb(254,56,61); }

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

background-color css

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

 a { background-color: rgb(254,56,61); }

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

border-color css

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

 span { border-color: rgb(254,56,61); }

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