Html Css Color HEX #D03746 Brick Red

📋 copy color: '#D03746'

red 208 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #D03746

Tints of Brick Red #D03746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 62.46%
G = 16.52%
B = 21.02%

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

#D03746 (or 0xD03746) is known color: Brick Red. HEX triplet: D0, 37 and 46. RGB value is (208,55,70). Sum of RGB (Red+Green+Blue) = 208+55+70=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D03746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03746 is #2FC8B9. Grayscale: #666666. Windows color (decimal): -3131578 or 4601808. OLE color: 4601808.

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

Color convert

RGB 208 55 70 -
CMYK 0 0.74 0.66 0.18
HSL 354.12º 0.62% 0.52% -
HSV(B) 354.12º 0.74% 0.82% -
XYZ 28.48 16.58 7.49 -
YUV 102.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 208 55 70 0 0.74 0.66 0.18 354.12 0.62 0.52
Hex D0 37 46 0 4A 42 12 162 3E 34
Octal 320 67 106 0 112 102 22 542 76 64
Binary 11010000 110111 1000110 0 1001010 1000010 10010 101100010 111110 110100

Color Harmonies of #D03746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03746

Black with #D03746

Text Example


Text Example

White with #D03746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03746; }

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

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

background-color css

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

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

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

border-color css

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

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

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