Html Css Color HEX #D02C48 Brick Red

📋 copy color: '#D02C48'

red 208 ◦ green 44 ◦ blue 72

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

Shades of Brick Red #D02C48

Tints of Brick Red #D02C48

RGB

 RED value IS 208 (81.64% from 255) = 64.2%

 GREEN value IS 44 (17.58% from 255) = 13.58%

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

R = 64.2%
G = 13.58%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D02C48 (or 0xD02C48) is known color: Brick Red. HEX triplet: D0, 2C and 48. RGB value is (208,44,72). Sum of RGB (Red+Green+Blue) = 208+44+72=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C48 is #2FD3B7. Grayscale: #606060. Windows color (decimal): -3134392 or 4730064. OLE color: 4730064.

HSL color Cylindrical-coordinate representation of color #D02C48: hue angle of 349.76º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C48 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 72 -
CMYK 0 0.79 0.65 0.18
HSL 349.76º 0.65% 0.49% -
HSV(B) 349.76º 0.79% 0.82% -
XYZ 28.08 15.68 7.68 -
YUV 96.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 208 44 72 0 0.79 0.65 0.18 349.76 0.65 0.49
Hex D0 2C 48 0 4F 41 12 15E 41 31
Octal 320 54 110 0 117 101 22 536 101 61
Binary 11010000 101100 1001000 0 1001111 1000001 10010 101011110 1000001 110001

Color Harmonies of #D02C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C48

Black with #D02C48

Text Example


Text Example

White with #D02C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C48; }

 p { color: rgb(208,44,72); }

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

background-color css

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

 a { background-color: rgb(208,44,72); }

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

border-color css

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

 span { border-color: rgb(208,44,72); }

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