Html Css Color HEX #D03448 Brick Red

📋 copy color: '#D03448'

red 208 ◦ green 52 ◦ blue 72

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

Shades of Brick Red #D03448

Tints of Brick Red #D03448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 62.65%
G = 15.66%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D03448 (or 0xD03448) is known color: Brick Red. HEX triplet: D0, 34 and 48. RGB value is (208,52,72). Sum of RGB (Red+Green+Blue) = 208+52+72=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D03448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03448 is #2FCBB7. Grayscale: #656565. Windows color (decimal): -3132344 or 4732112. OLE color: 4732112.

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

Color convert

RGB 208 52 72 -
CMYK 0 0.75 0.65 0.18
HSL 352.31º 0.62% 0.51% -
HSV(B) 352.31º 0.75% 0.82% -
XYZ 28.41 16.33 7.79 -
YUV 100.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 208 52 72 0 0.75 0.65 0.18 352.31 0.62 0.51
Hex D0 34 48 0 4B 41 12 160 3E 33
Octal 320 64 110 0 113 101 22 540 76 63
Binary 11010000 110100 1001000 0 1001011 1000001 10010 101100000 111110 110011

Color Harmonies of #D03448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03448

Black with #D03448

Text Example


Text Example

White with #D03448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03448; }

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

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

background-color css

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

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

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

border-color css

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

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

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