Html Css Color HEX #D03846 Brick Red

📋 copy color: '#D03846'

red 208 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #D03846

Tints of Brick Red #D03846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 62.28%
G = 16.77%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D03846 (or 0xD03846) is known color: Brick Red. HEX triplet: D0, 38 and 46. RGB value is (208,56,70). Sum of RGB (Red+Green+Blue) = 208+56+70=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03846 is #2FC7B9. Grayscale: #676767. Windows color (decimal): -3131322 or 4602064. OLE color: 4602064.

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

Color convert

RGB 208 56 70 -
CMYK 0 0.73 0.66 0.18
HSL 354.47º 0.62% 0.52% -
HSV(B) 354.47º 0.73% 0.82% -
XYZ 28.53 16.68 7.51 -
YUV 103.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 208 56 70 0 0.73 0.66 0.18 354.47 0.62 0.52
Hex D0 38 46 0 49 42 12 162 3E 34
Octal 320 70 106 0 111 102 22 542 76 64
Binary 11010000 111000 1000110 0 1001001 1000010 10010 101100010 111110 110100

Color Harmonies of #D03846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03846

Black with #D03846

Text Example


Text Example

White with #D03846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03846; }

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

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

background-color css

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

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

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

border-color css

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

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

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