Html Css Color HEX #D02649 Brick Red

📋 copy color: '#D02649'

red 208 ◦ green 38 ◦ blue 73

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

Shades of Brick Red #D02649

Tints of Brick Red #D02649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 65.2%
G = 11.91%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D02649 (or 0xD02649) is known color: Brick Red. HEX triplet: D0, 26 and 49. RGB value is (208,38,73). Sum of RGB (Red+Green+Blue) = 208+38+73=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D02649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02649 is #2FD9B6. Grayscale: #5C5C5C. Windows color (decimal): -3135927 or 4794064. OLE color: 4794064.

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

Color convert

RGB 208 38 73 -
CMYK 0 0.82 0.65 0.18
HSL 347.65º 0.69% 0.48% -
HSV(B) 347.65º 0.82% 0.82% -
XYZ 27.91 15.28 7.78 -
YUV 92.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 208 38 73 0 0.82 0.65 0.18 347.65 0.69 0.48
Hex D0 26 49 0 52 41 12 15C 45 30
Octal 320 46 111 0 122 101 22 534 105 60
Binary 11010000 100110 1001001 0 1010010 1000001 10010 101011100 1000101 110000

Color Harmonies of #D02649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02649

Black with #D02649

Text Example


Text Example

White with #D02649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02649; }

 p { color: rgb(208,38,73); }

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

background-color css

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

 a { background-color: rgb(208,38,73); }

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

border-color css

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

 span { border-color: rgb(208,38,73); }

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