Html Css Color HEX #D6273D Alizarin

📋 copy color: '#D6273D'

red 214 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #D6273D

Tints of Alizarin #D6273D

RGB

 RED value IS 214 (83.98% from 255) = 68.15%

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

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

R = 68.15%
G = 12.42%
B = 19.43%

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

#D6273D (or 0xD6273D) is known color: Alizarin. HEX triplet: D6, 27 and 3D. RGB value is (214,39,61). Sum of RGB (Red+Green+Blue) = 214+39+61=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6273D is #29D8C2. Grayscale: #5D5D5D. Windows color (decimal): -2742467 or 4007894. OLE color: 4007894.

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

Color convert

RGB 214 39 61 -
CMYK 0 0.82 0.71 0.16
HSL 352.46º 0.69% 0.5% -
HSV(B) 352.46º 0.82% 0.84% -
XYZ 29.3 16.08 5.98 -
YUV 93.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 214 39 61 0 0.82 0.71 0.16 352.46 0.69 0.5
Hex D6 27 3D 0 52 47 10 160 45 32
Octal 326 47 75 0 122 107 20 540 105 62
Binary 11010110 100111 111101 0 1010010 1000111 10000 101100000 1000101 110010

Color Harmonies of #D6273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6273D

Black with #D6273D

Text Example


Text Example

White with #D6273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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