Html Css Color HEX #D02842 Brick Red

📋 copy color: '#D02842'

red 208 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #D02842

Tints of Brick Red #D02842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 66.24%
G = 12.74%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D02842 (or 0xD02842) is known color: Brick Red. HEX triplet: D0, 28 and 42. RGB value is (208,40,66). Sum of RGB (Red+Green+Blue) = 208+40+66=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02842 is #2FD7BD. Grayscale: #5D5D5D. Windows color (decimal): -3135422 or 4335824. OLE color: 4335824.

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

Color convert

RGB 208 40 66 -
CMYK 0 0.81 0.68 0.18
HSL 350.71º 0.68% 0.49% -
HSV(B) 350.71º 0.81% 0.82% -
XYZ 27.75 15.32 6.65 -
YUV 93.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 208 40 66 0 0.81 0.68 0.18 350.71 0.68 0.49
Hex D0 28 42 0 51 44 12 15F 44 31
Octal 320 50 102 0 121 104 22 537 104 61
Binary 11010000 101000 1000010 0 1010001 1000100 10010 101011111 1000100 110001

Color Harmonies of #D02842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02842

Black with #D02842

Text Example


Text Example

White with #D02842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02842; }

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

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

background-color css

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

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

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

border-color css

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

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

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