Html Css Color HEX #D03648 Brick Red

📋 copy color: '#D03648'

red 208 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #D03648

Tints of Brick Red #D03648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

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

R = 62.28%
G = 16.17%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D03648 (or 0xD03648) is known color: Brick Red. HEX triplet: D0, 36 and 48. RGB value is (208,54,72). Sum of RGB (Red+Green+Blue) = 208+54+72=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03648 is #2FC9B7. Grayscale: #666666. Windows color (decimal): -3131832 or 4732624. OLE color: 4732624.

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

Color convert

RGB 208 54 72 -
CMYK 0 0.74 0.65 0.18
HSL 352.99º 0.62% 0.51% -
HSV(B) 352.99º 0.74% 0.82% -
XYZ 28.5 16.52 7.82 -
YUV 102.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 208 54 72 0 0.74 0.65 0.18 352.99 0.62 0.51
Hex D0 36 48 0 4A 41 12 161 3E 33
Octal 320 66 110 0 112 101 22 541 76 63
Binary 11010000 110110 1001000 0 1001010 1000001 10010 101100001 111110 110011

Color Harmonies of #D03648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03648

Black with #D03648

Text Example


Text Example

White with #D03648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03648; }

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

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

background-color css

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

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

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

border-color css

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

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

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