Html Css Color HEX #D62D45 Brick Red

📋 copy color: '#D62D45'

red 214 ◦ green 45 ◦ blue 69

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

Shades of Brick Red #D62D45

Tints of Brick Red #D62D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.72%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 65.24%
G = 13.72%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D62D45 (or 0xD62D45) is known color: Brick Red. HEX triplet: D6, 2D and 45. RGB value is (214,45,69). Sum of RGB (Red+Green+Blue) = 214+45+69=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D45 is #29D2BA. Grayscale: #626262. Windows color (decimal): -2740923 or 4533718. OLE color: 4533718.

HSL color Cylindrical-coordinate representation of color #D62D45: hue angle of 351.48º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D45 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 69 -
CMYK 0 0.79 0.68 0.16
HSL 351.48º 0.67% 0.51% -
HSV(B) 351.48º 0.79% 0.84% -
XYZ 29.74 16.6 7.27 -
YUV 98.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 214 45 69 0 0.79 0.68 0.16 351.48 0.67 0.51
Hex D6 2D 45 0 4F 44 10 15F 43 33
Octal 326 55 105 0 117 104 20 537 103 63
Binary 11010110 101101 1000101 0 1001111 1000100 10000 101011111 1000011 110011

Color Harmonies of #D62D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D45

Black with #D62D45

Text Example


Text Example

White with #D62D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D45; }

 p { color: rgb(214,45,69); }

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

background-color css

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

 a { background-color: rgb(214,45,69); }

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

border-color css

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

 span { border-color: rgb(214,45,69); }

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