Html Css Color HEX #D02844 Brick Red

📋 copy color: '#D02844'

red 208 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #D02844

Tints of Brick Red #D02844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 65.82%
G = 12.66%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D02844 (or 0xD02844) is known color: Brick Red. HEX triplet: D0, 28 and 44. RGB value is (208,40,68). Sum of RGB (Red+Green+Blue) = 208+40+68=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D02844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02844 is #2FD7BB. Grayscale: #5D5D5D. Windows color (decimal): -3135420 or 4466896. OLE color: 4466896.

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

Color convert

RGB 208 40 68 -
CMYK 0 0.81 0.67 0.18
HSL 350º 0.68% 0.49% -
HSV(B) 350º 0.81% 0.82% -
XYZ 27.81 15.34 6.96 -
YUV 93.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 208 40 68 0 0.81 0.67 0.18 350 0.68 0.49
Hex D0 28 44 0 51 43 12 15E 44 31
Octal 320 50 104 0 121 103 22 536 104 61
Binary 11010000 101000 1000100 0 1010001 1000011 10010 101011110 1000100 110001

Color Harmonies of #D02844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02844

Black with #D02844

Text Example


Text Example

White with #D02844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02844; }

 p { color: rgb(208,40,68); }

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

background-color css

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

 a { background-color: rgb(208,40,68); }

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

border-color css

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

 span { border-color: rgb(208,40,68); }

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