Html Css Color HEX #D62C45 Brick Red

📋 copy color: '#D62C45'

red 214 ◦ green 44 ◦ blue 69

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

Shades of Brick Red #D62C45

Tints of Brick Red #D62C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

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

R = 65.44%
G = 13.46%
B = 21.1%

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

#D62C45 (or 0xD62C45) is known color: Brick Red. HEX triplet: D6, 2C and 45. RGB value is (214,44,69). Sum of RGB (Red+Green+Blue) = 214+44+69=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C45 is #29D3BA. Grayscale: #616161. Windows color (decimal): -2741179 or 4533462. OLE color: 4533462.

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

Color convert

RGB 214 44 69 -
CMYK 0 0.79 0.68 0.16
HSL 351.18º 0.67% 0.51% -
HSV(B) 351.18º 0.79% 0.84% -
XYZ 29.71 16.53 7.25 -
YUV 97.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 214 44 69 0 0.79 0.68 0.16 351.18 0.67 0.51
Hex D6 2C 45 0 4F 44 10 15F 43 33
Octal 326 54 105 0 117 104 20 537 103 63
Binary 11010110 101100 1000101 0 1001111 1000100 10000 101011111 1000011 110011

Color Harmonies of #D62C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C45

Black with #D62C45

Text Example


Text Example

White with #D62C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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