Html Css Color HEX #D63643 Brick Red

📋 copy color: '#D63643'

red 214 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #D63643

Tints of Brick Red #D63643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 63.88%
G = 16.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63643 (or 0xD63643) is known color: Brick Red. HEX triplet: D6, 36 and 43. RGB value is (214,54,67). Sum of RGB (Red+Green+Blue) = 214+54+67=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63643 is #29C9BC. Grayscale: #676767. Windows color (decimal): -2738621 or 4404950. OLE color: 4404950.

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

Color convert

RGB 214 54 67 -
CMYK 0 0.75 0.69 0.16
HSL 355.13º 0.66% 0.53% -
HSV(B) 355.13º 0.75% 0.84% -
XYZ 30.06 17.34 7.07 -
YUV 103.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 214 54 67 0 0.75 0.69 0.16 355.13 0.66 0.53
Hex D6 36 43 0 4B 45 10 163 42 35
Octal 326 66 103 0 113 105 20 543 102 65
Binary 11010110 110110 1000011 0 1001011 1000101 10000 101100011 1000010 110101

Color Harmonies of #D63643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63643

Black with #D63643

Text Example


Text Example

White with #D63643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63643; }

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

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

background-color css

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

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

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

border-color css

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

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

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