Html Css Color HEX #D63C4B Brick Red

📋 copy color: '#D63C4B'

red 214 ◦ green 60 ◦ blue 75

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

Shades of Brick Red #D63C4B

Tints of Brick Red #D63C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 61.32%
G = 17.19%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D63C4B (or 0xD63C4B) is known color: Brick Red. HEX triplet: D6, 3C and 4B. RGB value is (214,60,75). Sum of RGB (Red+Green+Blue) = 214+60+75=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C4B is #29C3B4. Grayscale: #6B6B6B. Windows color (decimal): -2737077 or 4930774. OLE color: 4930774.

HSL color Cylindrical-coordinate representation of color #D63C4B: hue angle of 354.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C4B is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 75 -
CMYK 0 0.72 0.65 0.16
HSL 354.16º 0.65% 0.54% -
HSV(B) 354.16º 0.72% 0.84% -
XYZ 30.62 18.04 8.52 -
YUV 107.76 109.52 203.78 -
System Red Green Blue C M Y K H S L
Decimal 214 60 75 0 0.72 0.65 0.16 354.16 0.65 0.54
Hex D6 3C 4B 0 48 41 10 162 41 36
Octal 326 74 113 0 110 101 20 542 101 66
Binary 11010110 111100 1001011 0 1001000 1000001 10000 101100010 1000001 110110

Color Harmonies of #D63C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C4B

Black with #D63C4B

Text Example


Text Example

White with #D63C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C4B; }

 p { color: rgb(214,60,75); }

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

background-color css

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

 a { background-color: rgb(214,60,75); }

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

border-color css

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

 span { border-color: rgb(214,60,75); }

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