Html Css Color HEX #D5273D Alizarin

📋 copy color: '#D5273D'

red 213 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #D5273D

Tints of Alizarin #D5273D

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 68.05%
G = 12.46%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5273D (or 0xD5273D) is known color: Alizarin. HEX triplet: D5, 27 and 3D. RGB value is (213,39,61). Sum of RGB (Red+Green+Blue) = 213+39+61=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5273D is #2AD8C2. Grayscale: #5D5D5D. Windows color (decimal): -2808003 or 4007893. OLE color: 4007893.

HSL color Cylindrical-coordinate representation of color #D5273D: hue angle of 352.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5273D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 61 -
CMYK 0 0.82 0.71 0.16
HSL 352.41º 0.69% 0.49% -
HSV(B) 352.41º 0.82% 0.84% -
XYZ 29.01 15.93 5.96 -
YUV 93.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 213 39 61 0 0.82 0.71 0.16 352.41 0.69 0.49
Hex D5 27 3D 0 52 47 10 160 45 31
Octal 325 47 75 0 122 107 20 540 105 61
Binary 11010101 100111 111101 0 1010010 1000111 10000 101100000 1000101 110001

Color Harmonies of #D5273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5273D

Black with #D5273D

Text Example


Text Example

White with #D5273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5273D; }

 p { color: rgb(213,39,61); }

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

background-color css

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

 a { background-color: rgb(213,39,61); }

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

border-color css

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

 span { border-color: rgb(213,39,61); }

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