Html Css Color HEX #D02048 Brick Red

📋 copy color: '#D02048'

red 208 ◦ green 32 ◦ blue 72

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

Shades of Brick Red #D02048

Tints of Brick Red #D02048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 66.67%
G = 10.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D02048 (or 0xD02048) is known color: Brick Red. HEX triplet: D0, 20 and 48. RGB value is (208,32,72). Sum of RGB (Red+Green+Blue) = 208+32+72=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02048 is #2FDFB7. Grayscale: #595959. Windows color (decimal): -3137464 or 4726992. OLE color: 4726992.

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

Color convert

RGB 208 32 72 -
CMYK 0 0.85 0.65 0.18
HSL 346.36º 0.73% 0.47% -
HSV(B) 346.36º 0.85% 0.82% -
XYZ 27.7 14.91 7.55 -
YUV 89.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 208 32 72 0 0.85 0.65 0.18 346.36 0.73 0.47
Hex D0 20 48 0 55 41 12 15A 49 2F
Octal 320 40 110 0 125 101 22 532 111 57
Binary 11010000 100000 1001000 0 1010101 1000001 10010 101011010 1001001 101111

Color Harmonies of #D02048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02048

Black with #D02048

Text Example


Text Example

White with #D02048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02048; }

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

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

background-color css

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

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

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

border-color css

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

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

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