Html Css Color HEX #FD383C Alizarin

📋 copy color: '#FD383C'

red 253 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #FD383C

Tints of Alizarin #FD383C

RGB

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

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

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

R = 68.56%
G = 15.18%
B = 16.26%

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

#FD383C (or 0xFD383C) is known color: Alizarin. HEX triplet: FD, 38 and 3C. RGB value is (253,56,60). Sum of RGB (Red+Green+Blue) = 253+56+60=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD383C is #02C7C3. Grayscale: #737373. Windows color (decimal): -182212 or 3946749. OLE color: 3946749.

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

Color convert

RGB 253 56 60 -
CMYK 0 0.78 0.76 0.01
HSL 358.78º 0.98% 0.61% -
HSV(B) 358.78º 0.78% 0.99% -
XYZ 42.74 24.04 6.66 -
YUV 115.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 253 56 60 0 0.78 0.76 0.01 358.78 0.98 0.61
Hex FD 38 3C 0 4E 4C 1 167 62 3D
Octal 375 70 74 0 116 114 1 547 142 75
Binary 11111101 111000 111100 0 1001110 1001100 1 101100111 1100010 111101

Color Harmonies of #FD383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD383C

Black with #FD383C

Text Example


Text Example

White with #FD383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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