Html Css Color HEX #D62B43 Brick Red

📋 copy color: '#D62B43'

red 214 ◦ green 43 ◦ blue 67

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

Shades of Brick Red #D62B43

Tints of Brick Red #D62B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 66.05%
G = 13.27%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D62B43 (or 0xD62B43) is known color: Brick Red. HEX triplet: D6, 2B and 43. RGB value is (214,43,67). Sum of RGB (Red+Green+Blue) = 214+43+67=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62B43 is #29D4BC. Grayscale: #606060. Windows color (decimal): -2741437 or 4402134. OLE color: 4402134.

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

Color convert

RGB 214 43 67 -
CMYK 0 0.80 0.69 0.16
HSL 351.58º 0.68% 0.5% -
HSV(B) 351.58º 0.8% 0.84% -
XYZ 29.61 16.43 6.92 -
YUV 96.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 214 43 67 0 0.80 0.69 0.16 351.58 0.68 0.5
Hex D6 2B 43 0 50 45 10 160 44 32
Octal 326 53 103 0 120 105 20 540 104 62
Binary 11010110 101011 1000011 0 1010000 1000101 10000 101100000 1000100 110010

Color Harmonies of #D62B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B43

Black with #D62B43

Text Example


Text Example

White with #D62B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B43; }

 p { color: rgb(214,43,67); }

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

background-color css

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

 a { background-color: rgb(214,43,67); }

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

border-color css

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

 span { border-color: rgb(214,43,67); }

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