Html Css Color HEX #D02847 Brick Red

📋 copy color: '#D02847'

red 208 ◦ green 40 ◦ blue 71

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

Shades of Brick Red #D02847

Tints of Brick Red #D02847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 65.2%
G = 12.54%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D02847 (or 0xD02847) is known color: Brick Red. HEX triplet: D0, 28 and 47. RGB value is (208,40,71). Sum of RGB (Red+Green+Blue) = 208+40+71=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D02847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02847 is #2FD7B8. Grayscale: #5D5D5D. Windows color (decimal): -3135417 or 4663504. OLE color: 4663504.

HSL color Cylindrical-coordinate representation of color #D02847: hue angle of 348.93º 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 #D02847 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 71 -
CMYK 0 0.81 0.66 0.18
HSL 348.93º 0.68% 0.49% -
HSV(B) 348.93º 0.81% 0.82% -
XYZ 27.91 15.38 7.46 -
YUV 93.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 208 40 71 0 0.81 0.66 0.18 348.93 0.68 0.49
Hex D0 28 47 0 51 42 12 15D 44 31
Octal 320 50 107 0 121 102 22 535 104 61
Binary 11010000 101000 1000111 0 1010001 1000010 10010 101011101 1000100 110001

Color Harmonies of #D02847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02847

Black with #D02847

Text Example


Text Example

White with #D02847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02847; }

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

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

background-color css

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

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

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

border-color css

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

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

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