Html Css Color HEX #D02548 Brick Red

📋 copy color: '#D02548'

red 208 ◦ green 37 ◦ blue 72

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

Shades of Brick Red #D02548

Tints of Brick Red #D02548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 65.62%
G = 11.67%
B = 22.71%

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

#D02548 (or 0xD02548) is known color: Brick Red. HEX triplet: D0, 25 and 48. RGB value is (208,37,72). Sum of RGB (Red+Green+Blue) = 208+37+72=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D02548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02548 is #2FDAB7. Grayscale: #5C5C5C. Windows color (decimal): -3136184 or 4728272. OLE color: 4728272.

HSL color Cylindrical-coordinate representation of color #D02548: hue angle of 347.72º degrees, saturation: 0.7, 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 #D02548 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 37 72 -
CMYK 0 0.82 0.65 0.18
HSL 347.72º 0.7% 0.48% -
HSV(B) 347.72º 0.82% 0.82% -
XYZ 27.84 15.2 7.6 -
YUV 92.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 208 37 72 0 0.82 0.65 0.18 347.72 0.7 0.48
Hex D0 25 48 0 52 41 12 15C 46 30
Octal 320 45 110 0 122 101 22 534 106 60
Binary 11010000 100101 1001000 0 1010010 1000001 10010 101011100 1000110 110000

Color Harmonies of #D02548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02548

Black with #D02548

Text Example


Text Example

White with #D02548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02548; }

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

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

background-color css

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

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

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

border-color css

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

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

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