Html Css Color HEX #D62735 Alizarin

📋 copy color: '#D62735'

red 214 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #D62735

Tints of Alizarin #D62735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 69.93%
G = 12.75%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D62735 (or 0xD62735) is known color: Alizarin. HEX triplet: D6, 27 and 35. RGB value is (214,39,53). Sum of RGB (Red+Green+Blue) = 214+39+53=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D62735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62735 is #29D8CA. Grayscale: #5D5D5D. Windows color (decimal): -2742475 or 3483606. OLE color: 3483606.

HSL color Cylindrical-coordinate representation of color #D62735: hue angle of 355.2º 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 #D62735 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 53 -
CMYK 0 0.82 0.75 0.16
HSL 355.2º 0.69% 0.5% -
HSV(B) 355.2º 0.82% 0.84% -
XYZ 29.1 16 4.92 -
YUV 92.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 214 39 53 0 0.82 0.75 0.16 355.2 0.69 0.5
Hex D6 27 35 0 52 4B 10 163 45 32
Octal 326 47 65 0 122 113 20 543 105 62
Binary 11010110 100111 110101 0 1010010 1001011 10000 101100011 1000101 110010

Color Harmonies of #D62735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62735

Black with #D62735

Text Example


Text Example

White with #D62735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62735; }

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

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

background-color css

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

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

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

border-color css

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

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

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