Html Css Color HEX #D63E4B Brick Red

📋 copy color: '#D63E4B'

red 214 ◦ green 62 ◦ blue 75

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

Shades of Brick Red #D63E4B

Tints of Brick Red #D63E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.66%

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

R = 60.97%
G = 17.66%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D63E4B (or 0xD63E4B) is known color: Brick Red. HEX triplet: D6, 3E and 4B. RGB value is (214,62,75). Sum of RGB (Red+Green+Blue) = 214+62+75=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E4B is #29C1B4. Grayscale: #6D6D6D. Windows color (decimal): -2736565 or 4931286. OLE color: 4931286.

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

Color convert

RGB 214 62 75 -
CMYK 0 0.71 0.65 0.16
HSL 354.87º 0.65% 0.54% -
HSV(B) 354.87º 0.71% 0.84% -
XYZ 30.72 18.25 8.56 -
YUV 108.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 214 62 75 0 0.71 0.65 0.16 354.87 0.65 0.54
Hex D6 3E 4B 0 47 41 10 163 41 36
Octal 326 76 113 0 107 101 20 543 101 66
Binary 11010110 111110 1001011 0 1000111 1000001 10000 101100011 1000001 110110

Color Harmonies of #D63E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E4B

Black with #D63E4B

Text Example


Text Example

White with #D63E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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