Html Css Color HEX #FD383D Alizarin

📋 copy color: '#FD383D'

red 253 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #FD383D

Tints of Alizarin #FD383D

RGB

 RED value IS 253 (99.22% from 255) = 68.38%

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

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

R = 68.38%
G = 15.14%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD383D (or 0xFD383D) is known color: Alizarin. HEX triplet: FD, 38 and 3D. RGB value is (253,56,61). Sum of RGB (Red+Green+Blue) = 253+56+61=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD383D is #02C7C2. Grayscale: #737373. Windows color (decimal): -182211 or 4012285. OLE color: 4012285.

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

Color convert

RGB 253 56 61 -
CMYK 0 0.78 0.76 0.01
HSL 358.48º 0.98% 0.61% -
HSV(B) 358.48º 0.78% 0.99% -
XYZ 42.76 24.05 6.8 -
YUV 115.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 253 56 61 0 0.78 0.76 0.01 358.48 0.98 0.61
Hex FD 38 3D 0 4E 4C 1 166 62 3D
Octal 375 70 75 0 116 114 1 546 142 75
Binary 11111101 111000 111101 0 1001110 1001100 1 101100110 1100010 111101

Color Harmonies of #FD383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD383D

Black with #FD383D

Text Example


Text Example

White with #FD383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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