Html Css Color HEX #D63048 Brick Red

📋 copy color: '#D63048'

red 214 ◦ green 48 ◦ blue 72

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

Shades of Brick Red #D63048

Tints of Brick Red #D63048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 64.07%
G = 14.37%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63048 (or 0xD63048) is known color: Brick Red. HEX triplet: D6, 30 and 48. RGB value is (214,48,72). Sum of RGB (Red+Green+Blue) = 214+48+72=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63048 is #29CFB7. Grayscale: #646464. Windows color (decimal): -2740152 or 4731094. OLE color: 4731094.

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

Color convert

RGB 214 48 72 -
CMYK 0 0.78 0.66 0.16
HSL 351.33º 0.67% 0.51% -
HSV(B) 351.33º 0.78% 0.84% -
XYZ 29.96 16.88 7.81 -
YUV 100.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 214 48 72 0 0.78 0.66 0.16 351.33 0.67 0.51
Hex D6 30 48 0 4E 42 10 15F 43 33
Octal 326 60 110 0 116 102 20 537 103 63
Binary 11010110 110000 1001000 0 1001110 1000010 10000 101011111 1000011 110011

Color Harmonies of #D63048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63048

Black with #D63048

Text Example


Text Example

White with #D63048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63048; }

 p { color: rgb(214,48,72); }

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

background-color css

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

 a { background-color: rgb(214,48,72); }

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

border-color css

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

 span { border-color: rgb(214,48,72); }

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