Html Css Color HEX #D03646 Brick Red

📋 copy color: '#D03646'

red 208 ◦ green 54 ◦ blue 70

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

Shades of Brick Red #D03646

Tints of Brick Red #D03646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 62.65%
G = 16.27%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D03646 (or 0xD03646) is known color: Brick Red. HEX triplet: D0, 36 and 46. RGB value is (208,54,70). Sum of RGB (Red+Green+Blue) = 208+54+70=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D03646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03646 is #2FC9B9. Grayscale: #656565. Windows color (decimal): -3131834 or 4601552. OLE color: 4601552.

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

Color convert

RGB 208 54 70 -
CMYK 0 0.74 0.66 0.18
HSL 353.77º 0.62% 0.51% -
HSV(B) 353.77º 0.74% 0.82% -
XYZ 28.44 16.49 7.48 -
YUV 101.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 208 54 70 0 0.74 0.66 0.18 353.77 0.62 0.51
Hex D0 36 46 0 4A 42 12 162 3E 33
Octal 320 66 106 0 112 102 22 542 76 63
Binary 11010000 110110 1000110 0 1001010 1000010 10010 101100010 111110 110011

Color Harmonies of #D03646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03646

Black with #D03646

Text Example


Text Example

White with #D03646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03646; }

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

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

background-color css

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

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

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

border-color css

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

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

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